diff --git a/src/rhcsa.md b/src/rhcsa.md index 00741f0..4c83906 100644 --- a/src/rhcsa.md +++ b/src/rhcsa.md @@ -423,14 +423,14 @@ sudo less /var/log/messages # Display the kernel messages ### systemd targets > Note: Systemd targets are a way to manage the boot process of a system. They are a way to manage the boot process of a system. -> multi.target is the default target for the system. -> graphical.target is the target for the graphical interface. -> basic.target is the target for the minimal system. -> rescue.target is the target for the rescue mode. -> emergency.target is the target for the emergency mode. -> multi-user.target is the target for the multi-user mode. -> reboot.target is the target for the reboot mode. -> poweroff.target is the target for the poweroff mode. +>> multi.target is the default target for the system. +>> graphical.target is the target for the graphical interface. +>> basic.target is the target for the minimal system. +>> rescue.target is the target for the rescue mode. +>> emergency.target is the target for the emergency mode. +>> multi-user.target is the target for the multi-user mode. +>> reboot.target is the target for the reboot mode. +>> poweroff.target is the target for the poweroff mode. ```bash systemctl list-units --type=target