I'm setting up a test Nas4Free system for home and I'm having problems creating the SMB setup so that directories and files are group read-write for all users.
I've tried adding the following to my share configuration and applying:
Code: Select all
create mask = 2640
directory mask = 2750That still created directories with permissions 755 (no group write).
I changed this to
Code: Select all
create mask = 0660
directory mask = 2770Any ideas what I need to do in order to make directories and files created on a share be group-writeable ?
Thanks


