nerdexam
Oracle

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…

Manage Processes

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)
  • A
    76% (16)
  • C
    14% (3)
  • E
    5% (1)
  • F
    5% (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

#cron#cron directories#job scheduling#cron intervals

Community Discussion

No community discussion yet for this question.

Full 1Z0-100 Practice