Genadinik Asked: 2011-04-09 13:03:00 +0800 CST2011-04-09 13:03:00 +0800 CST 2011-04-09 13:03:00 +0800 CST Error using sudo 772 I recently started having this error when using the sudo command: sudo: /etc/sudoers is mode 0644, should be 0440 sudo: no valid sudoers sources found, quitting Any idea how to resolve this? I use Ubuntu. ubuntu sudo 1 Answers Voted Best Answer photoionized 2011-04-09T13:07:16+08:002011-04-09T13:07:16+08:00 The error tells you that you need to set the file permissions of /etc/sudoers to 0440. Log in as root or escalate yourself to root using su and type chmod 440 /etc/sudoers. Have no idea how file permissions could have changed though.
The error tells you that you need to set the file permissions of /etc/sudoers to 0440. Log in as root or escalate yourself to root using
su
and typechmod 440 /etc/sudoers
.Have no idea how file permissions could have changed though.