File permission mask/mode settings for Samba on FreeNAS?
- by tkahn
I'm currently working on the Samba settings on a FreeNAS server. When any user creates a file or a folder on the server I want the file or folder to get the following RWX permissions:
Folders: drwxrws---
Files: -rwxrws---
To set the permissions like this manually I use chmod 2770 which works great. But I want this to happen automatically and…