In Red Hat Enterprise Linux 7, the systemctl utility replaced a number of power management commands used in previous versions of Red Hat Enterprise Linux. The commands listed in Table 3.8, “Comparison of power management commands with systemctl” are still available in the system for compatibility reasons, but it is advised that you use systemctl when possible.

Reboot
rebootsystemctl rebootshutdown –r {now|+m}telinit 6Halt
haltsystemctl haltshutdown –H nowShutdown
poweroffsystemctl poweroffshutdown -P nowtelinit 0Suspend
systemctl suspendHybernate
systemctl hybernateHibernates and suspends the system
systemctl hybrid-sleep📝 NOTE: Only one command should be needed for the exam