LPI
117-201 · 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. See the full explanation below for the reasoning.
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
(20 responses)- A15% (3)
- B75% (15)
- C5% (1)
- D5% (1)
Community Discussion
No community discussion yet for this question.