Is there a way that I can create a file/folder without inheriting the group owner from the parent folder?
Example:
/tmp is owned by root:wheel
If user www creates a file/folder in /tmp then that new file/folder will have ownership www:wheel. I would like the new file to have ownership www:www.
I know that I can change the group permission with chown, but I don't wanna change the group on a unix socket every time the database server restarts.
Example:
/tmp is owned by root:wheel
If user www creates a file/folder in /tmp then that new file/folder will have ownership www:wheel. I would like the new file to have ownership www:www.
I know that I can change the group permission with chown, but I don't wanna change the group on a unix socket every time the database server restarts.