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
sudo visudo
%admin ALL=(ALL) ALL
%admin ALL=(ALL) NOPASSWD: ALL
No comments:
Post a Comment