Page 1 of 1

Sudo [SOLVED]

Posted: 18. Feb 2015, 02:41
by bobo
I uncommented this line in /etc/sudoers :

Code: Select all

## Same thing without a password
 %wheel ALL=(ALL) NOPASSWD: ALL
but still it is asking me for a password, what am I doing wrong?

Re: Sudo

Posted: 18. Feb 2015, 07:57
by gapan
Put it at the end of the file. But, I must stress that what you're trying to do is a terrible idea. You don't understand the security implications. If you did, you would never want to do it.

Re: Sudo

Posted: 18. Feb 2015, 16:14
by bobo
thank you!