[ubuntu-za] crontab

Louis van der Merwe themandibleclaw at gmail.com
Mon Feb 9 08:32:07 GMT 2009


8<

>
> try this
> 0,5,10,15,20,25,30,35,40,45,50,55 * * * 1,2,3,4,5,6,7 cd /var/www/mrtg/runfive/ && ./hawk.php
>
> also it seems you need this cron job to run every 5 mins you could replace that with
>  */5 * * * 1,2,3,4,5,6,7 cd /var/www/mrtg/runfive/ && ./hawk.php
>
> This might explain it better then I could.
> https://help.ubuntu.com/community/CronHowto
>

also, the 5th parameter is "day of week" unless i'm mistaken, you
could replace 1,2,3,4,5,6,7 with *

:-)



More information about the ubuntu-za mailing list