How many cron fields are there for specifying the time to execute a cron job?

How many cron fields are there for specifying the time to execute a cron job?

How many cron fields are there for specifying the time to execute a cron job?

A.
1

B.
3

C.
4

D.
5

E.
6

Explanation:
minute hour day month day/week

Example:
0 22 * * * /usr/local/bin/somecommand



Leave a Reply 2

Your email address will not be published. Required fields are marked *


manuel

manuel

the correct answer is 7

ynog

ynog

D is correct answer. There are 5 fields for specifying the time (min, hour, day, month, day-week). The other field is the command.