Home Apache PHP Ubuntu MySQL Linux HTML Win CSS Perl Javascript Rants Retro
 
Print This Page
Date Posted: Thursday 04th of February 2010 | Category: Ubuntu
Shutdown Ubuntu or Reboot using the terminal
To shutdown Ubuntu using the terminal, enter the following command:

sudo shutdown -h now

To reboot Ubuntu using the terminal, enter the following command:

sudo reboot

You will be required to enter your root password.