Skip to content

Instantly share code, notes, and snippets.

@jmscarnatto
Created July 7, 2021 00:10
Show Gist options
  • Save jmscarnatto/1c4df31360ec277fb55c07f07fc79ba4 to your computer and use it in GitHub Desktop.
Save jmscarnatto/1c4df31360ec277fb55c07f07fc79ba4 to your computer and use it in GitHub Desktop.
Always Sudo Privileges
> cd /etc
> sudo visudo
edit line
# User privilege specification
root ALL=(ALL:ALL) ALL
por
root,your-user-name ALL=(ALL:ALL) ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment