[CentOS] question about shared samba directory file permissions..

Tue May 23 10:26:19 UTC 2017
Leon Fauster <leonfauster at googlemail.com>

> Am 22.05.2017 um 21:57 schrieb Jason Welsh <jason.welsh at mercurygate.com>:
> 
> im trying to set up a shared samba directory for users to use on centos 7, but whenever I create a file from the samba client to the samba server,
> the owner of the file ends up being the user the share is mounted up as..
> on the server (server1),

this 

        force user = nobody
        force group = nobody
	valid users = @support
        read only = No
        create mask = 0660
        directory mask = 0770

works here without any problems.

--
LF