1Z0-100 · Question #93
Which three are valid directories for cron jobs to be run at known intervals?
The correct answer is A. /etc/cron.hourly B. /etc/cron.daily D. /etc/cron.monthly. An alternative to editing the crontab is to place executable scripts into one of the following directories. The script will be run at the appropriate interval. /etc/cron.hourly /etc/cron.weekly /etc/cron.monthly This is actually using anacron, rather than cron, but it achieves…
Question
Which three are valid directories for cron jobs to be run at known intervals?
Options
- A/etc/cron.hourly
- B/etc/cron.daily
- C/etc/cron.minutely
- D/etc/cron.monthly
- E/etc/cron.yearly
- F/etc/cron.annually
How the community answered
(21 responses)- A76% (16)
- C14% (3)
- E5% (1)
- F5% (1)
Explanation
An alternative to editing the crontab is to place executable scripts into one of the following directories. The script will be run at the appropriate interval. /etc/cron.hourly /etc/cron.weekly /etc/cron.monthly This is actually using anacron, rather than cron, but it achieves a similar goal.
Topics
Community Discussion
No community discussion yet for this question.