|
user access to files owned by root
Hi All,
I want to create a user , call it LOG, to access the log files on my Centos 4.5 box (/var/log). The files within this directory have the permissions of 640 (rw-r-----). How can I safely allow this user to read these files without making the permissions 644? I want only root and this LOG user access to them.
Can I use sudo?
Thanks.
|