Force dataset to make newly created files/datasets owned by the group

kur1j

Cadet
Joined
Aug 29, 2023
Messages
9
I have created a dataset that is shared over NFS.

tank/projects/project-name.

The projects folder is root:root 755 so people can mount the NFS folder.

The project-name is root:project-group 770. However when users create new files/directories they are owned by the user and the users group. We have typically solved this by using the sticky bit (e.g. chmod g+s ./project-group) on other systems, but I don't see this option in TrueNAS SCALE. How would I implement this?
 
Top