What is the correct syntax to run cron every 4 hours?

Posted by erotsppa on Server Fault See other posts from Server Fault or by erotsppa
Published on 2009-07-10T16:29:51Z Indexed on 2010/05/20 14:11 UTC
Read the original article Hit count: 379

Filed under:
|

I have the following syntax (which I think is correcT?) but it runs the command every minute!

* */4 * * * /cmd.sh

© Server Fault or respective owner

Related posts about cron

Related posts about crontab