Skip to content

Instantly share code, notes, and snippets.

@istepanov
Created November 3, 2018 19:51
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 istepanov/bfdd8faf885b26684d327c51f8e535f8 to your computer and use it in GitHub Desktop.
Save istepanov/bfdd8faf885b26684d327c51f8e535f8 to your computer and use it in GitHub Desktop.
Sudo without password
#!/bin/sh
echo "$USER ALL=(ALL:ALL) NOPASSWD: ALL" | sudo env EDITOR="tee -a" visudo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment