Linux allows users to disable the password gateway under My Linux. Read this article below to disable this password requirement.
Disable the Password Under Linux
To disable the password requirement, click on
Application >
Accessories >
Terminal. Next, enter this command line
sudo visudo and press enter. Now, enter your password and press
Enter.
Then, search for
%admin ALL=(ALL) ALL and replace the line by
%admin ALL=(ALL) NOPASSWD: ALL. Used shortcut key [
CTRL] + [
o] and press
Enter to save all changes. Next, use shortcut key [
CTRL] + [
x] to close the file.
Image: © Jaroslav Machacek - Shutterstock.com
Lots of people telling you what to replace, but not how to replace and save.
Kudos my friend