nerdexam
LPI

117-102 · Question #57

Which of the following will run a file named /myscript every 23 minutes past midnight every two hours?

The correct answer is A. 23 0-23/2 * * * /myscript. See the full explanation below for the reasoning.

Question

Which of the following will run a file named /myscript every 23 minutes past midnight every two hours?

Options

  • A23 0-23/2 * * * /myscript
  • B23 */0-23 * * * /myscript
  • C23 @2 * * * /myscript
  • D11 2/0-23 * * * /myscript

How the community answered

(49 responses)
  • A
    76% (37)
  • B
    12% (6)
  • C
    4% (2)
  • D
    8% (4)

Community Discussion

No community discussion yet for this question.

Full 117-102 Practice