I would like to set share named "Prace" using Samba and for some users allow full access (read, write, modify) but for others few users give read only permission. I have created two groups fullPrace and readPrace and assigned to them required users. Now I am stuck. What I do to this moment: Code: [Prace] path = /home/prace write ok = yes valid users = @fullPrace @readPrace guest ok = no browseable = yes