PHP won't copy file as read/write just read only
by pizzipie from LinuxQuestions.org on (#6DCDE)
I have all my directories including [/var/www/html, set to user:group - rick:www-data.
"rick" is in www-data group and www-data is in rick group. Permissions are 0775. When I try to copy a file, with php script, to one of these directories the permissions on the copied file are read-only. Any solutions out there to create read/write files.
Thanks R
"rick" is in www-data group and www-data is in rick group. Permissions are 0775. When I try to copy a file, with php script, to one of these directories the permissions on the copied file are read-only. Any solutions out there to create read/write files.
Thanks R