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

0 comments:

Post a Comment