File with bad permissions

I have just tried to update suiteCRM but on the system check I am getting files with bad permissions (screenshot attached) can some one please tell me what the permissions should be please

Many thanks

John

The correct permissions you should set are on the Installation Guide, are you following it?

https://docs.suitecrm.com/admin/installation-guide/downloading--installing/

But that “www-data” for the “chown” command needs to be replaced with the correct web server user name for your system.

Maybe try running this on your server:

ps -ef | egrep '(httpd|apache2|apache)' | grep -v `whoami` | grep -v root | head -n1 | awk '{print $1}'

If it gives a result, it’s your web server user name. If not, please try finding out some other way.