Adding "www-data" to group
I want to add "www-data" to a group of a file, so I can update the file through browser. How's this done?
Advertisement
Advertisement
On unix you can set permissions to file for its user, for one group of users and for all others. So group of file can be even used to deny access to the file to one particular group, but generaly it is used to grant the access.One more thing... what is the file group actually? Is it a group of users that have access to the file?
It depends on your server configuration. Mostly the permissions for "all others" applies to web server. Set the permissions to "rw-rw-rw", while "rw----rw-" may be sufficient.If it is, how can I make it so that the file can be modified through a web page?
Advertisement
Advertisement
You can post new topics in this forum