Skip to content

Instantly share code, notes, and snippets.

@kumabotz
Created December 6, 2012 03:01
Show Gist options
  • Save kumabotz/4221505 to your computer and use it in GitHub Desktop.
Save kumabotz/4221505 to your computer and use it in GitHub Desktop.
Terminal or shell command to shutdown or reboot Ubuntu Linux
# shutdown / poweroff Ubuntu Linux
$ sudo halt
# or
$ sudo shutdown -h now
# reboot Ubuntu Linux
$ sudo reboot
@kumabotz
Copy link
Author

kumabotz commented Dec 6, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment