From 77a5bd3c2d470a1585d979757a272ed272e57fbb Mon Sep 17 00:00:00 2001 From: Hugh Ratsch Date: Sun, 16 Feb 2025 12:25:13 -0600 Subject: [PATCH] updated notes --- src/rhcsa.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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