Before I begin, I apologize if this may seem as if it is a duplicate question, but no responses that I have found have been able to solve my problem.
I have a server setup running my company, with several users on the system.
When working with the website, all files need the permissions of www-data, however, when i create a file as matt or taylor, the files are always created with the users default permissions, so matt:ceo or taylor:staff. I need new files in the www-data directory to always inherit the permissions of {user}:www-data as well as have a default permission setting of 660.
In my current setup, I need to use sudo to chmod, and chown to correct everything.
Any and all help is greatly appreciated.