Bird
0
0

Given this timer unit file snippet:

medium📝 Command Output Q13 of 15
Linux CLI - Cron and Scheduling
Given this timer unit file snippet:
[Timer]
OnCalendar=*-*-* 12:00:00
Persistent=true

What does the Persistent=true setting do?
APrevents the timer from running at boot
BRuns the timer only once
CDisables the timer after one run
DRuns missed jobs immediately after boot
Step-by-Step Solution
Solution:
  1. Step 1: Understand Persistent=true meaning

    This setting makes systemd run any missed timer jobs immediately after the system boots.
  2. Step 2: Eliminate other options

    It does not limit runs to once, disable timers, or prevent running at boot.
  3. Final Answer:

    Runs missed jobs immediately after boot -> Option D
  4. Quick Check:

    Persistent=true = catch missed runs after reboot [OK]
Quick Trick: Persistent=true runs missed tasks after reboot [OK]
Common Mistakes:
  • Thinking it runs only once
  • Assuming it disables timer after run
  • Believing it prevents timer at boot

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes