Bird
0
0

What is the main purpose of a systemd timer in Linux?

easy📝 Conceptual Q11 of 15
Linux CLI - Cron and Scheduling
What is the main purpose of a systemd timer in Linux?
ATo manage user permissions
BTo schedule and run tasks automatically at specified times
CTo monitor system hardware status
DTo update software packages automatically
Step-by-Step Solution
Solution:
  1. Step 1: Understand systemd timer role

    Systemd timers are designed to schedule tasks to run automatically without manual intervention.
  2. Step 2: Compare with other options

    Monitoring hardware, managing permissions, and updating packages are not the primary roles of systemd timers.
  3. Final Answer:

    To schedule and run tasks automatically at specified times -> Option B
  4. Quick Check:

    Systemd timers = schedule tasks [OK]
Quick Trick: Timers schedule tasks like alarms for programs [OK]
Common Mistakes:
  • Confusing timers with monitoring tools
  • Thinking timers manage user permissions
  • Assuming timers update software automatically

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes