halt / poweroff / reboot / shutdown

halt / poweroff / reboot / shutdown#

Stop the system.

$ sudo systemctl poweroff
$ sudo poweroff
$ sudo shutdown -h now
$ sudo shutdown -r +5 'rebooting in 5 minutes'
$ sudo shutdown -c
$ sudo reboot