Showing posts with label sudo without password. Show all posts
Showing posts with label sudo without password. Show all posts

Monday, April 22, 2013

Run sudo without asking user password

No password for sudo


Open file /etc/sudoers  and uncomment following line.
%sudo ALL=NOPASSWD: ALL
Save the file.

Now if you run commands with sudo, it does not ask user password.