Bird
0
0

Which command lists all active systemd timers on your Linux system?

easy📝 Conceptual Q2 of 15
Linux CLI - Cron and Scheduling
Which command lists all active systemd timers on your Linux system?
Asystemctl timers --list
Bsystemctl show timers
Csystemctl list-timers
Dsystemctl status timers
Step-by-Step Solution
Solution:
  1. Step 1: Identify the correct systemctl command for timers

    The command systemctl list-timers shows all active timers with their next and last run times.
  2. Step 2: Check other options

    systemctl show timers and systemctl status timers are invalid or do not list timers. systemctl timers --list is not a valid syntax.
  3. Final Answer:

    systemctl list-timers -> Option C
  4. Quick Check:

    List active timers = systemctl list-timers [OK]
Quick Trick: Use systemctl list-timers to see active timers [OK]
Common Mistakes:
  • Using systemctl status timers which shows no timers
  • Trying systemctl show timers which is invalid
  • Adding extra flags like --list which don't exist

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes