Crontab
Posted by Martin Perron on Sep 28, 2007 in HowTo - Linux • 2 commentsCrontab syntax :-
A crontab file has five fields for specifying day , date and time followed by the command to be run at that interval. * * * * * command to be executed
- - - - -
| | | | |
| | | | +—– day of week (0 – 6) (Sunday=0)
| | | +——- month (1 – 12)
| | +——— day of month (1 – 31)
| +———– hour (0 – 23)
+————- min (0 – 59)

[...] the script to your crontab (Crontab syntax: http://geekzine.org/2007/09/28/crontab/): crontab [...]
[...] add this script to your crontab. (Check this link for crontab [...]