Operating System - HP-UX
1830616 Members
2620 Online
110015 Solutions
New Discussion

/usr/local/etc/sudoers is mode 0666,should be 0440

 
SOLVED
Go to solution
Grayh
Trusted Contributor

/usr/local/etc/sudoers is mode 0666,should be 0440

How do I fix this issue... I know that everyone is having access to the box and which is why this message

I have changed the group to root...
#chgrp root /usr/local/etc/sudoer

Should i do a chown 0440 /usr/local/etc/sudoer
2 REPLIES 2
Victor Fridyev
Honored Contributor
Solution

Re: /usr/local/etc/sudoers is mode 0666,should be 0440

/etc/sudoers:
-r--r----- 1 root root 694 Aug 21 12:02 /etc/sudoers

I suggest, you need to have the same ownership and permisions on your machine.

HTH
Entities are not to be multiplied beyond necessity - RTFM
Grayh
Trusted Contributor

Re: /usr/local/etc/sudoers is mode 0666,should be 0440

thank you