Friday, March 6, 2015

How to restart Lubuntu from command line


Okay, after showing you how to shutdown lubuntu in my previous article, now i'm going to teach you how restart lubuntu from the command line.


The most common way to restart lubuntu from the command line is using the reboot command, like this:
sudo reboot
Beside turn off computer, the shutdown command is actually can also be use to restart your computer, pretty much like this:
sudo shutdown -r 
sudo shutdown -r now
Another command that can be use to restart computer is the init 6 command, just like this:
sudo init 6
That's it guys, those are commands for restarting lubuntu from the command line/console. Please comment down below if you have any questions or suggestions.

No comments:

Post a Comment