Shutting Down Ubuntu from the Command Line

you can immediately shut down your system by using the shutdown command like this:

$ sudo shutdown -h now

You can also use the shutdown command to restart your computer, as follows:

$ sudo shutdown -r now

 

How to shutdown Ubuntu from the command line

2 thoughts on “Shutting Down Ubuntu from the Command Line”

Leave a Comment