Suspend, hibernate, shutdown & reboot

Updated: 27 March 2024

systemctl suspend
systemctl hibernate
sudo poweroff

Stop running processes then reboot immediately:

sudo shutdown now -r

Leave a comment