Understanding Runlevels and Targets Flashcards
1
Q
The initialization state that determines which system services should be running on a SysV Init system
A
runlevels
2
Q
USed to link a group of units together to describe a desired system state on a systemd system
A
Targets
3
Q
View loaded and active targets. USe –all to show loaded and inactive targets as well as
A
systemctl list-units -t target
4
Q
Return the default target
A
systemctl get-default
5
Q
set the default target
A
systemctl set-default
6
Q
Start the unit specified on the command line and its dependencies and stop all others
A
systemctl isolate
7
Q
A