Which of the following statements about crontab are true?

Which of the following statements about crontab are true? (Select TWO).

Which of the following statements about crontab are true? (Select TWO).

A.
Every user may have their owncrontab.

B.
Changing a crontab requires a reload/restart of the cron daemon.

C.
The cron daemon reloads crontab files automatically when necessary.

D.
hourly is the same as “0 * * * *”.

E.
A cron daemon must run for each existing crontab.



Leave a Reply 1

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


Christophe

Christophe

3 answers are correct:
A. Every user may have their own crontab.
C. The cron daemon reloads crontab files automatically when necessary.
D. hourly is the same as “0 * * * *”.

I think the answer D. shoul be (or like):
D. every minutes is the same as “0 * * * *”.

Then only A and C would be correct.