Bird
0
0

Why does systemd use targets like multi-user.target instead of traditional runlevels?

hard📝 Conceptual Q10 of 15
Linux CLI - System Administration
Why does systemd use targets like multi-user.target instead of traditional runlevels?
ATargets replace systemd with older init systems
BTargets are only for graphical environments
CRunlevels are faster and more modern than targets
DTargets provide more flexible and parallelized startup management
Step-by-Step Solution
Solution:
  1. Step 1: Understand systemd targets vs runlevels

    Targets are systemd's way to group units and allow flexible, parallel startup.
  2. Step 2: Compare with runlevels

    Runlevels are older, sequential, less flexible. Targets improve speed and modularity.
  3. Final Answer:

    Targets provide more flexible and parallelized startup management -> Option D
  4. Quick Check:

    Targets = flexible, parallel startup groups [OK]
Quick Trick: Targets enable flexible, parallel startup unlike runlevels [OK]
Common Mistakes:
  • Thinking targets are only for GUI
  • Believing runlevels are newer or faster
  • Confusing targets with older init systems

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes