RHCSA Rapid Track
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.
Lab Controls
Click CREATE to build all of the virtual machines needed for the classroom lab environment. This may take several minutes to complete. Once created the environment can then be stopped and restarted to pause your experience.
If you DELETE your lab, you will remove all of the virtual machines in your classroom and lose all of your progress.