Section: Shutdown and Reboot

Power off system

bash
bash
sudo systemctl poweroff
Explanation

Stops services cleanly before poweroff.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Shutdown and Reboot
Reboot system
Reboot through systemd.
OpenIn sheetbashsame section
Halt system
Stop the CPU without powering off on some platforms.
OpenIn sheetbashsame section
Enter rescue mode
Switch to rescue target.
OpenIn sheetbashsame section
Enter emergency mode
Switch to emergency shell target.
OpenIn sheetbashsame section
Start a service
Start a unit immediately.
OpenIn sheetbash1 tag match
Enable on boot
Enable a unit to start automatically.
OpenIn sheetbash1 tag match