Crontab

Posted by Martin Perron on Sep 28, 2007 in HowTo - Linux2 comments

Crontab 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)

  • Share/Save/Bookmark

2 comments

» Comments RSS Feed
  1. [...] the script to your crontab (Crontab syntax: http://geekzine.org/2007/09/28/crontab/): crontab [...]

  2. [...] add this script to your crontab. (Check this link for crontab [...]

Leave a comment