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
No comments:
Post a Comment