RHCSA Rapid Track
Course update
An updated version of this course is available that uses a newer version of Red Hat Enterprise Linux in the lab environment. Therefore, the RHEL 9.0 version of the lab environment will retire on December 31, 2024. Please complete any work in this lab environment before it is removed on December 31, 2024. For the most up-to-date version of this course, we recommend moving to the RHEL 9.3 version.
The
systemdutility provides a method for activating system resources, server daemons, and other processes, both at boot time and on a running system.Use the
systemctlutility to start, stop, reload, enable, and disable services.Use the
systemdutility to manage service units, socket units, and path units.Use the
systemctl statuscommand to determine the status of system daemons and network services that thesystemdutility started.The
systemctl list-dependenciescommand lists all service units that a specific service unit depends on.The
systemdutility can mask a service unit so that it does not run, even to satisfy dependencies.The
systemctl rebootandsystemctl poweroffcommands reboot and power off a system, respectively.The
systemctl isolatecommand switches to a new target at runtime.target-name.targetThe
systemctl get-defaultandsystemctl set-defaultcommands can query and set the default target.You can use the
rd.breakoption on the kernel command line to interrupt the boot process before control is handed over from theinitramfsimage. The root file system is mounted read-only in the/sysrootdirectory.The emergency target can diagnose and fix file-system issues.