LPI
201-400 · 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
(56 responses)- A11% (6)
- B79% (44)
- C4% (2)
- D7% (4)
Community Discussion
No community discussion yet for this question.