LPIC-1 Exam 101 v5 (Linux Administrator) — Question 94
What is the correct way to set the default systemd boot target to multi-user?
Answer options
- A. systemctl isolate multi-user.target
- B. systemctl set-runlevel multi-user.target
- C. systemctl set-boot multi-user.target
- D. systemctl set-default multi-user.target
- E. systemctl boot -p multi-user.target
Correct answer: D
Explanation
The command 'systemctl set-default multi-user.target' is the correct method for establishing the default boot target in systemd. The other options either do not correctly set the default target or are not valid commands for this purpose, such as 'set-runlevel' which is not used in systemd.