-1
Hello, I’m having a problem with permissions I don’t understand why my user doesn’t have permissions on files created by "php"
Come on
my user foo
belongs to the following groups:
adm cdrom sudo dip www-data plugdev lpadmin sambashare laravel
www-data groups
www-data : www-data laravel
He’s already in the www-data group
When php generates some file, for example a zipped folder, or even files it downloads from aws-S3 they come
wwww-data:www-data
These files my IDE for example can’t delete, if I try through the terminal I can’t either.
I tried to change the project to foo:laravel
but every new file he creates with www-data:www-data
When I Gero something by the Laravel for example a log or some cache comes
foo:laravel
That there I can change normally
(Usable is a group I created testing to see if I solve this permission problem)
is on my computer, I don’t own that file you mentioned no.
– R. Pêgo
After its edition worked
– R. Pêgo