RED HAT YOUR 1ST COMMANDS PART-3
17 May, 2021
0 Comments
in the third Part will discuss managing system boot system / reboot etc
Command | Description |
---|---|
systemctl halt /sbin/shutdown -h now | Halts the system. |
systemctl poweroff | Powers off the system. |
systemctl reboot /sbin/shutdown -r now | Restarts the system. |
systemctl suspend | Suspends the system. |
systemctl hibernate | Hibernates the system. |
systemctl hybrid-sleep | Hibernates and suspends the system |