This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-------------------------------------------------------------------------------- | |
CHANGING SYSTEM STATES | |
-------------------------------------------------------------------------------- | |
systemctl reboot # Reboot the system (reboot.target) | |
systemctl poweroff # Power off the system (poweroff.target) | |
systemctl emergency # Put in emergency mode (emergency.target) | |
systemctl default # Back to default target (multi-user.target | |