To shutdown / poweroff Ubuntu Linux
Type the command:
OR
sudo haltOR
sudo shutdown -h nowTo reboot Ubuntu Linux
Type the command:
sudo reboot
More information can be found about these two commands by typing following commands (man page):
man reboot
man shutdown
0 comments:
Post a Comment