PHP-FPM error log
/var/log/fpm-php.
Which system user writes the file?
I have file permission
$ sudo chmod 666 /var/log/fpm-php.
The file permissions are set to.
This file permission
$ sudo chmod 604 /var/log/fpm-php.
I would like to change it to
However,
PHP-FPM error log
/var/log/fpm-php.
I don't know which system user wrote the file.
$ sudo chown ?:? /var/log/fpm-php.
I don't know the system user and system group to enter in "?:?" Of the above command
Does anyone know that?
4 Reset to default