Can anybody help me with this, I need to run a cron job in the crontab but i dont know how to do it.
Must run monday, wensday and friday every 5 hours every 5 minutes.
Thanks.
Can anybody help me with this, I need to run a cron job in the crontab but i dont know how to do it.
Must run monday, wensday and friday every 5 hours every 5 minutes.
Thanks.
i d suggest to go into your domains cPanel and set your cron there![]()
i know how to do it my question is what i have to put in the * * * * * * /myscript to run it at the time I specified above.
* * * * * /script or command to be executedOriginally Posted by bsasninja
- - - - -
| | | | |
| | | | +----- day of week (1 - 7) (monday = 1)
| | | +------- month (1 - 12)
| | +--------- day of month (1 - 31)
| +----------- hour (0 - 23)
+------------- min (0 - 59)
SO
*/5 */5 * * 1,3,5 /script or command to be executed