LPI
102-350 · Question #151
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
(30 responses)- A80% (24)
- B10% (3)
- C3% (1)
- D7% (2)
Community Discussion
No community discussion yet for this question.