Skip to content

Instantly share code, notes, and snippets.

@jeremyjs
Created June 16, 2014 21:32
Show Gist options
  • Save jeremyjs/be5837711e5d907514fc to your computer and use it in GitHub Desktop.
Save jeremyjs/be5837711e5d907514fc to your computer and use it in GitHub Desktop.
# why is sudo necessary?
to run commands that affect the entire system, or exist outside of any
particular user's home directory
# why is sudo dangerous?
Using sudo, it's possible to delete vital files, directories, or even your
entire system. e.g. "sudo rm -rf /" Don't try this at home. Essentially any
command which is non-reversible is potentially dangerous.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment