DISQUS

Tech-Recipes: Automate processes with cron and crontab in Solaris | Solaris | Tech-Recipes

  • Javier · 1 year ago
    Esta mal!

    15 * * * * logcheck --->>> esto se ejecuta a los 15 minutos de cada hora
  • allruiz · 4 weeks ago
    that's right!
  • Anonymous · 4 years ago
    <ul id="quote">
    15 * * * * logcheck
    Runs a command called 'logcheck' every 15 minutes of every day.
    </ul>

    Above quote is incorrect. This runs a command called 'logcheck' every 15th minute of every hour of every day. I.e. 8:15, 9:15, 10:15, etc.
  • Anonymous · 4 years ago
    So what is the correct cron entry so that it will run every 15 minutes?
  • Anonymous · 4 years ago
    0,15,30,45 * * * * logcheck

    greetings,

    Stoyan Angelov
  • bagheera · 2 months ago
    more util */15 * * * * <=== this is every fifteen minutes