how do i turn off the autentification every time i do something

Asked by Brian Allen

I am the only user on my computer why should i have to authenticate everytime i try to install something? I thought it was a pain in the ass when windows did it and i dont care who is copying whom i just want it gone

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu sudo Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Its because you are running the OS as a user, you just happen to be in a special group named 'admin' which allows you to do admin stuff.
Once you setup the OS, the only time you will need your password outside of the initial login, is to install updates.

This user model helps protect from inadvertent changes as well as running the OS in a more secure way.

Revision history for this message
David Tapia (dtapia63) said :
#2

Hello and thank you for your answer but I think the question is not answer yet. How do you remove it or change it so it doesn't happen it's what the questions is........

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Its how the OS is designed.

Revision history for this message
Wyatt Smith (wyatt-smith) said :
#4

It is NOT recommended, but to answer your question....

Edit the /etc/sudoers file as superuser
gksu gedit /etc/sudoers

Then add the following line to the end
$yourname ALL=(ALL) NOPASSWD: ALL

Where yourname is you login username. Then save and exit.

Hope this helps

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Yes, not recommended as it will remove all security from your system.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

You should also use:

sudo visudo

as well, not gedit

Can you help with this problem?

Provide an answer of your own, or ask Brian Allen for more information if necessary.

To post a message you must log in.