Configure Default Boot Target Flashcards
1
Q
STEP 1 Check the default target
A
systemctl get-default
2
Q
STEP 2 Change the default target
A
sudo systemctl set-default graphical.target
3
Q
STEP 3 Check the default target again
A
systemctl get-default