Sunday, February 6, 2011

How to disable password prompts in Ubuntu

Note:-Disabling password prompts might be a security risk

Open the terminal window from Applications --> accessories --> terminal, run the command:
sudo visudo
Find the line that says
%admin ALL=(ALL) ALL
and change it to
%admin ALL=(ALL) NOPASSWD: ALL
Save and exit the file

No comments:

Post a Comment