Linux Boot Target
What target Halts the system.
poweroff.target
What systemd runlevel-like name (similar to initd) is equivalent to system runlevel6.target.
reboot.target
What target reboots the system.
reboot.target
What target configures the system to run in single user mode with a text-based user interface.
rescue.target
What target sets up a base system and opens a rescue shell for troubleshooting system problems.
rescue.target
Represents one of several different modes that the Linux system can be configured to run in.
boot target
On older Linux distributions, what file was used to set the default runlevel.
/etc/inittab
Where is the deafault boot target identified.
/etc/systemd/system/default.target file
Where is the boot target file (called a target unit) located.
/usr/lib/systemd/system
What system state is affected by changing boot targets with the *systemctl* command.
Only changes the current system state. If the system is restarted, it will revert back to the default boot target.
What command changes the system state to the specified boot target.
Systemctl isolate boot_target
What does the default boot target specify.
The state that your system will boot into each time it is turned on.
What target opens a minimal emergency shell for troubleshooting serious system problems.
emergency.target
What systemd runlevel-like name (similar to initd) is equivalent to system runlevel5.target.
graphical.target
What target configures the system to run in multi-user mode with a graphical user interface.
graphical.target
What target is commonly used as the default mode for desktop systems.
graphical.target
What target provides all the services of the multi-user target with the addition of a graphical user interface.
graphical.target
On older Linux distributions, what command was used to manage runlevels and system daemons.
init
What daemon did earlier versions of Linux used runlevels instead of boot targets to set the system state.
init daemon
What run-level command will have the same affect of switching the system to multi-user mode with a graphical user as * systemctl isolate graphical.target*
interface:systemctl isolate runlevel 5.target
What systemd runlevel-like name (similar to initd) is equivalent to system runlevel2, runlevel3.target, runlevel4.target
multi-user.target
What target configures the system to run in multi-user mode with a text-based user interface. This target is commonly used as the default mode for server systems.
multi-user.target
What systemd runlevel-like name (similar to initd) is equivalent to system poweroff.target.
runlevel0.target
What systemd runlevel-like name (similar to initd) is equivalent to system rescue.target.
runlevel1.target.
What command is used to manage boot targets.
systemctl
What command displays the current boot target.
systemctl get-default
This file is a symbolic link that points to a target file in /usr/lib/systemd/system that should be used by default when the system starts. This command modifies the target file that the default.target symbolic link points to.
systemctl set-default [boot_target]
What command sets the default boot target.
systemctl set-default boot_target
What runlevel like command has the same affect as *systemctl set-default graphical.target* and is to set the default boot target to graphical mode.
systemctl set-default runlevel 5.target
What daemon uses boot targets to set the system state.
systemd daemon