14.3 Verifying Job Runs

14.4 Crontab File Record Format

A crontab file contains entries for each cron job. Entries are separated by newline characters. Each crontab file entry contains six fields separated by spaces or tabs in the following form:

minute  hour  day_of_month  month  weekday  command

These fields accept the following values:

minute
0 through 59
hour
0 through 23
day_of_month
1 through 31
month
1 through 12
weekday
0 through 6 for Sunday through Saturday
command
A shell command

You must specify a value for each field. Except for the command field, these fields can contain the following:

14.5 Scheduling Run