In comp.os.linux.networking arabub <(E-Mail Removed)> wrote:
> How do I configure Samba so that any new object created in a
> particular Samba share always ends up with a particular group
> ownership?
> # ls -l /home/my_project
> drwxrwx--- 2 someuser mygroup 4096 May 11 01:48 contracts
An easy way is to make the directory SetGID mygroup, which means that
any new object in that group will get the group membership of the group
of the directory.
but 'force group' ought to work as well, I would think.
--
Cameron Kerr
(E-Mail Removed) :
http://nzgeeks.org/cameron/
Empowered by Perl!