Free LPI 702-100 Actual Exam Questions - Question 2 Discussion
Question No. 2
Which line in a cron job runs myscript once per hour?
Select one option, then reveal solution.
US
SC
Sami C.
2026-02-13
B imo, others either run too often or have wrong syntax.
0
AR
Arjun R.
2026-02-13
B/D? B is definitely right for hourly, but D has a typo with that "o" instead of zero, so it can't be correct. The rest don’t match the hourly pattern properly.
0
AR
Arjun R.
2026-02-12
B, since 0 * * * * means at minute zero every hour.
0
WE
Will E.
2026-01-29
Option A runs every minute, so it can’t be once per hour.
0
AN
Ali N.
2026-01-21
B/D? D has that weird "o" which looks like a typo, so it’s probably invalid. B clearly sets minute 0 every hour, which fits the once-per-hour run perfectly.
0
AN
Ali N.
2026-01-20
B imo, since 0 * * * * hits the top of every hour exactly.
0
UE
Usman E.
2026-01-16
B runs it at the start of every hour, so that’s the one.
0