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
Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Make sure that no rule below your mentioned rule are overriding it. From
|
|||
|
|
try
|
|||||
|
sudo -llook like while logged in asuserName? – Kyle Smith Dec 19 '11 at 3:49