i edited /etc/sudoers using visudo command so as to grant user sudo privilege without password as following :
userName ALL=(ALL:ALL) NOPASSWD:ALL
but it didn't work for me ,
any suggestions Thanks in advance
|
feedback
|
This question came from our site for professional and enthusiast programmers.
Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.
|
Make sure that no rule below your mentioned rule are overriding it. From
| |||
feedback
|
|
try
| |||||
feedback
|
sudo -llook like while logged in asuserName? – Kyle Smith Dec 19 '11 at 3:49