How to reboot or shutdown Ubuntu Linux via the command line
REBOOT
- Open a Terminal Window
- Type in the reboot command: sudo reboot
- PC should now reboot
SHUTDOWN
- Open a Terminal Window
- Type in the following command to shutdown: sudo halt or sudo shutdown now
- PC should now switch off