Created
June 10, 2015 13:38
-
-
Save kumekay/27ed19263cc67a2f425f to your computer and use it in GitHub Desktop.
Sudo without password
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RUN: | |
sudo visudo | |
ADD LINE: | |
user_name ALL=(ALL) NOPASSWD: ALL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment