nerdexam
LPI

117-102 · Question #442

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

(26 responses)
  • A
    81% (21)
  • B
    12% (3)
  • C
    4% (1)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 117-102 Practice