Re: Permission changing for /var/log/httpd

2016-06-02 Thread m . roth
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

Permission changing for /var/log/httpd

2016-06-02 Thread Tom Ekberg
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