Crontab Info

#####################################################################
# field         allowed values
# -----         --------------
# minute        0-59
# hour          0-23
# day of month  1-31
# month         1-12 (or names, see below)
# day of week   0-7 (0 or 7 is Sun, or use names)
#
#
# (*) - stands for all
# (0-9) - range of numbers
# (0,4,6,9-11) - list of numbers and ranges
# (*/2) - step every X
#
# EXAMPLE:
#
# Every 5 minutes, of every hour, on the 2nd through the 10th and 20th
# through the 30th of the month regardless of the day of the week, run
# myscript.
#
# */5 * 2-10,20-30 * /bin/myscript
#
# To disable the email notifications you can either do it:
#
# Globally, add to the top of the Crontab
# MAILTO=""
#
# Per Command:
# [time] [command] >/dev/null 2>&1
#
#####################################################################

source

Leave a Reply