Skip to content

Instantly share code, notes, and snippets.

@albertorm95
Created January 24, 2018 15:12
Show Gist options
  • Save albertorm95/1257db1008f16c9f05b0de46e0795531 to your computer and use it in GitHub Desktop.
Save albertorm95/1257db1008f16c9f05b0de46e0795531 to your computer and use it in GitHub Desktop.
Let a user use sudo without prompting for a password
sudo visudo
username ALL=(ALL) NOPASSWD: ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment