Replies: 0
I have a file like this
-rw-rw-r-- web:www-data ../../static/theme-language/site-sl_SI.po
1. PHP is run by www-data which is in the www-data group
2. The file’s permissions for group www-data are rw-
This file is writable, but this plugin says that it can’t write to it.
I assume it checks the owner only which is web and since PHP isn’t run by web, it can’t write. That’s not how unix permissions work.