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)- A8% (2)
- B75% (18)
- C13% (3)
- D4% (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.