Question on making group Folders

Thomas Heiligenmann thomas.heiligenmann at t-online.de
Sat Oct 7 16:56:50 GMT 2000


Eric Ralston wrote:
> 
> I recently started at a small company using Samba for
> The windows login and the home directory's on the Sun
> boxes. I need to be able to create group shared
> folders and allow add users to it. How is this done?
>

Put the following into your smb.conf:

...
[my_group_folder]
    comment = My group folder
    path = /path/to/my_group_folder
    writable = yes
    valid users = @my_group
    force group = my_group
    create mode = 0660
    directory mode = 0770
...

Users belonging to my_group will have r/w access.

-- 
Thomas




More information about the samba mailing list