How to reboot or shutdown Ubuntu Linux via the command line?
|
|
|
|
|
Question: How to reboot or shutdown Ubuntu Linux via the command line? Answer: 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
|