On 6 Aug 2000, Robert Soros wrote:

--then change the permissions and chmod /var/log/secure to something like 
--
--
--      chmod 664 /var/log/secure
--      chown root:ADMINS /var/log/secure
--      ls /var/log/secure -al
--      
--      -rw-rw----   1 root     ADMINS       811 Aug  2 04:13
--      /var/log/secure
--
--
--anybody outside of the the ADMINS group (or root) should not be able to
--read/write this file
--
--chmod can also be used with letters if you wish, instead of numerically
--(ie.  
--
--       chmod o+rw,g+rw,u-rwx /var/log/secure


The last line should be "chmod o-rwx,g+rw,u+rw" if you want to get what you said
above.

Jake



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to