RED HAT YOUR 1ST COMMANDS PART-3

0 Comments

in the third Part will discuss managing system boot system / reboot etc

CommandDescription
systemctl halt
/sbin/shutdown -h now
Halts the system.
systemctl poweroffPowers off the system.
systemctl reboot
/sbin/shutdown -r now
Restarts the system.
systemctl suspendSuspends the system.
systemctl hibernateHibernates the system.
systemctl hybrid-sleepHibernates and suspends the system