How to give write permissions to multiple users?
- by Daniel Rikowski
I have a web server and I'm uploading files using an FTP client. Because of that the owner and the group of the file are taken from the user used during the upload.
Now I have to make this file writable by the web server (apache/apache).
One way would be to just change the owner and the group of the uploaded file to apache/apache, but that way I…