When I try bring up kdesu konqueror, I get the follow result: sudo: /etc/sudoers is mode 0666, should be 0440. Anyone know how to fix this? Thanks.
Announcement
Collapse
No announcement yet.
Can't bring up kdesu konqueror
Collapse
This topic is closed.
X
X
-
Re: Can't bring up kdesu konqueror
Err...you definitely do not want to recursively change the permissions of the whole /etc to 0440 (that is -r--r-----)...it will break the system.Originally posted by 67GTABoot into recovery mode so you will have a root prompt and tryCode:chmod -R 0440 /etc
change only the permission for the sudoers file:
Of course if you have edited permissions of the system directories and files (why is /etc/sudoers in mode 0666?) you may run into more issues down the road.Code:chmod 0440 /etc/sudoers
- Top
- Bottom
Comment
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.



Comment