[CentOS] Permissions on nginx logs

Sat May 4 00:15:11 UTC 2019
Bee.Lists <bee.lists at gmail.com>

Just did that, and I still can’t do this:

$ cd /var/log/nginx

-bash: cd: /var/log/nginx: Permission denied


> On May 3, 2019, at 7:22 PM, John Pierce <jhn.pierce at gmail.com> wrote:
> 
> Add group nginx to your user...   usermod -G nginx,... username
> (Where .... Is any other groups you're a member of, not counting your
> primary group)



Cheers, Bee