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
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:
Code:chmod 0440 /etc/sudoers
- Top
- Bottom
Comment
Comment