Suspend, hibernate, shutdown & reboot

Updated: 06 July 2024

systemctl suspend
systemctl hibernate
sudo poweroff

Stop running processes then reboot immediately:

sudo shutdown now -r

Leave a comment