[Samba] Inherit Permissions

Craig White craigwhite at azapple.com
Wed Mar 23 00:22:01 GMT 2005


On Tue, 2005-03-22 at 14:22 -0800, Tom Naves wrote:
> I am using Samba-3. I have a samba share named art.  Is there any way to get
> all files and folders that are created in art to inherit the group
> permissions of art?
----
[Software]
        comment = Program Installers & Updates
        read only = no
        browseable = yes
        path = /home/filesystems/Software
        inherit permissions = yes
        valid users = @dom_users

chgrp dom_users /home/filesystems/Software -R
chmod g+s /home/filesystems/Software -R

probably a good start - substitute for your situation.

Craig



More information about the samba mailing list