4.3 Flashcards
A computer program that runs as a background process. It may run in response to an event or it may be set up to run at a specific time.
daemon
An object such as a socket, filesystem, or device
resource
A unit configuration file that contains information about a grouping of units that is used as a synchronization point during system startup.
target unit
A unit file consist of sections that specify behavior and metadata for directing actions of or upon processes, daemons, resources, and objects in a Linux system.
unit file
Halts the system.
poweroff.target
Configures the system to run in single-user mode with a text-based user interface. This target sets up a base system and opens a rescue shell for troubleshooting system problems.
rescue.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
Configures the system to run in multi-user mode with a graphical user interface. This target provides all the services of the multi-user target with the addition of a graphical user interface. This target is commonly used as the default mode for desktop systems.
graphical.target
Reboots the system.
reboot.target
Opens a minimal emergency shell for troubleshooting serious system problems.
emergency.target
Equivalent of poweroff.target
runlevel0.target
Equivalent of rescue.target
runlevel1.target
Equivalent of multi-user.target
runlevel2.target
runlevel3.target
runlevel4.target
Equivalent of graphical.target
runlevel5.target
Equivalent of reboot.target
runlevel6.target