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

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.