Friday, January 27, 2017

How to reboot or shutdown from Linux Terminal


Open a terminal (Ctrl + Alt + T or super key + T) and type the following commands:


shutdown -h now     (to shutdown right now)


shutdown -r now      (to reboot)

No comments:

Post a Comment