nerdexam
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)
  • A
    15% (3)
  • B
    75% (15)
  • C
    5% (1)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 117-201 Practice