2 January 2018

Sudo Not working

Sudo Command Not working


When you try to run any command using sudo in any distribution getting the bellow error?:


sudo: error in /etc/sudo.conf, line 0 while loading plugin sudoers_policy

sudo: /usr/lib/sudo/sudoers.so must be only be writable by owner
 

sudo: fatal error, unable to load plugins


SOLUTION:

Simply go to recovery mode and run the below command:

#mount -o remount,rw / 

Then

#chmod 755 /usr/lib/sudo/sudoers.so


For any issue with any distributions of LINUX you can comment or mail me at kundansingh27feb@gmail.com.

No comments:

Post a Comment