101-500 Exam QuestionsBrowse all questions from this exam

101-500 Exam - Question 115


What is the correct way to set the default systemd boot target to multi-user?

Show Answer
Correct Answer: D

The correct way to set the default systemd boot target to multi-user is by using the command 'systemctl set-default multi-user.target'. This command changes the system's default target, which means it determines the default state that the system will boot into. None of the other options correctly set the default boot target.

Discussion

1 comment
Sign in to comment
alitosdavilaOption: D
Mar 14, 2022

systemctl set-default -> change the system’s default target systemctl get-default -> show you the system’s current default target systemctl isolate -> jump to new targets and not set default targets