Changing Permission of Subfolder - TrueNas Scale

sartis-glenn

Dabbler
Joined
Apr 5, 2022
Messages
13
Hello Everyone,

Let me preface this by saying I am very new to TrueNAS,

I want to change the permission for a subfolder under a Dataset, so that, a user group will have full control over it, while another group can't access it.
This should still be accessible after words over the same Network Drive.

Both clients use Windows.

It should work somewhat like this:

user group 1:

Dir = Read/Write
SMB1 = Read/Write
SMB2 = Read/Write

and user group 2:
Dir = Read/Write
SMB1 = no access
SMB2= read/write

is this in any way possible?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Most easily done by a windows user with full control/ownership of the root of the share in the Windows UI for permissions.

You can also get to the result with the ACL editor at the CLI (setfacl... it's partner getfacl will help to see what's already there).
 
Top