2 # /etc/crontab - Tables for driving cron.
5 # minute, hour, day of month, month, day of week, command
8 # Any number of tabs or spaces.
11 # * (wildcard), 30 (number), */N (repeat), 1-5 (range), or 1,3,6 (list)
15 0 * * * * /usr/bin/run-parts /etc/cron.hourly
18 0 0 * * * /usr/bin/run-parts /etc/cron.daily
21 0 0 * * 0 /usr/bin/run-parts /etc/cron.weekly
24 0 0 1 * * /usr/bin/run-parts /etc/cron.monthly