Tom Ekberg wrote:
> I have a non-root cron job that needs to look at files in /var/log/httpd
> and transfer them (scp) to another host. That user is a member of group
> adm and I changed the ownership of /var/log/httpd to root:adm and set
> permissions to 750. This works file as the cron job can re
I have a non-root cron job that needs to look at files in /var/log/httpd and
transfer them (scp) to another host. That user is a member of group adm and I
changed the ownership of /var/log/httpd to root:adm and set permissions to 750.
This works file as the cron job can read the files. The probl