Shutdown and restart your computer from the command line

Arsgeek has a nice tutorial that explains how to shutdown and restart your computer from the terminal. This is should x ever crash or if you find yourself without a GUI. It’s pretty simple stuff, but useful if you’ve never seen it before.
sudo reboot
sudo shutdown -h now (shutdown immediately)
sudo shutdown -h +1 (shutdown in one minute)
sudo shutdown -c (cancel your shutdown request)
Shutdown and restart from the terminal - [Arsgeek]
Related Stories
POSTED IN: How To
0 opinions for Shutdown and restart your computer from the command line
No one has left a comment yet. You know what this means, right? You could be first!
Have an opinion? Leave a comment: