Skip to content

Instantly share code, notes, and snippets.

@likethesky
Created October 5, 2012 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save likethesky/3842609 to your computer and use it in GitHub Desktop.
Save likethesky/3842609 to your computer and use it in GitHub Desktop.
Shutdown Ubuntu via terminal command

sudo shutdown -P now # completely shuts down and powers off machine (if hardware supports power off signal)

sudo shutdown now # shuts down, doesn't power off -- see http://askubuntu.com/a/73698/79523 for more details.

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