PHP-FPM error log /var/log/fpm-php.www.log Which system user writes the file?

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

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like