
Originally Posted by
KEE
ok i changed it but i cant use sudo anymore now?
Code:
sudo: /etc/sudoers is mode 0755, should be 0440
sudo: no valid sudoers sources found, quitting
Reboot from a LiveCD, and mount the partition in question.
Code:
sudo mkdir /mnt/drive
sudo mount -t ext4 /dev/sda1 /mnt/drive
Replace /dev/sda1 and ext4 with the appropriate partition and filesystem type (you can find these out by opening the Partition Editor). Then chmod the etc/sudoers inside the mount point.
Code:
sudo chmod 440 /mnt/drive/etc/sudoers
Reboot and it should work.
Bookmarks