DISQUS

DISQUS Hello! Tech-Recipes is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Tech-Recipes

Cookbook of Tech Tutorials
Jump to original thread »
Author

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

Started by qdideas · 9 months ago

No excerpt available. Jump to website »

4 comments

  • <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.
  • So what is the correct cron entry so that it will run every 15 minutes?
  • 0,15,30,45 * * * * logcheck

    greetings,

    Stoyan Angelov
  • Esta mal!

    15 * * * * logcheck --->>> esto se ejecuta a los 15 minutos de cada hora

Add New Comment

Returning? Login