» Linux » Examen sur Linux » Examen 202 : Networking Administration » Section 1 » Question 14/20
14.When defining a cronjob, there are five fields used to specify when the job will run. What are these fields and what is the correct order?

minute, hour, day of week, day of month, month.
minute, hour, month, day of month, day of week.
minute, hour, day of month, month, day of week.
hour, minute, day of month, month, day of week.

Explanation: The correct order for the five fields are:
minute (0-59),
hour (0-23),
day of the month (1-31),
month of the year (1-12),
day of the week (0-6 with 0=Sunday).

There is a sixth field. This is used to specify the job that will run at the specified time.

There is a sixth field. This is used to specify the job that will run at the specified time.

Reference: http://sharedhosting.net/support/crontab/man.html

Incorrect Answers
A: These fields are not in the correct order.
B: These fields are not in the correct order.
D: These fields are not in the correct order.

« Question 13 Question 15 »