Select the Boot Target Flashcards
1
Q
What command confirms the default target?
A
systemctl get-default
2
Q
What command switches to the multi-user target manually without rebooting?
A
sudo systemctl isolate multi-user.target
3
Q
What command configures the machine to automatically boot into the multi-user target?
A
systemctl set-default multi-user.target
4
Q
What command sets the default target to graphical target?
A
systemctl set-default graphical.target
5
Q
What command is used to boot into rescue target mode?
A
systemd.unit=rescue.target
6
Q
What command is used to confirm in rescue mode the root file system is in read/write mode?
A
mount