nerdexam
LPI

201-450 · Question #213

Which of the following lines, if used in a user cron job, will run /usr/local/bin/cleanup twice a day?

The correct answer is B. 15 7,19 * * * /usr/local/bin/cleanup. You've hit your weekly limit · resets 5am (America/New_York)

System Maintenance

Question

Which of the following lines, if used in a user cron job, will run /usr/local/bin/cleanup twice a day?

Options

  • A15 7,19 * * * tbaker /usr/local/bin/cleanup
  • B15 7,19 * * * /usr/local/bin/cleanup
  • C15 */2 * * * tbaker /usr/local/bin/cleanup
  • D15 */2 * * * /usr/local/bin/cleanup

How the community answered

(24 responses)
  • A
    8% (2)
  • B
    75% (18)
  • C
    13% (3)
  • D
    4% (1)

Explanation

You've hit your weekly limit · resets 5am (America/New_York)

Topics

#cron#crontab syntax#job scheduling#user cron

Community Discussion

No community discussion yet for this question.

Full 201-450 Practice