Crontab

Post date: Apr 27, 2009 2:8:36 PM

Edit the crontab with:

crontab -e

then in the file add something according to the rules:

# +---------------- minute (0 - 59)

# |  +------------- hour (0 - 23)

# |  |  +---------- day of month (1 - 31)

# |  |  |  +------- month (1 - 12)

# |  |  |  |  +---- day of week (0 - 6) (Sunday=0 or 7)

# |  |  |  |  |

# *  *  *  *  *  command to be executed