Configure the grant UNIX group permission to SMB users
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
You can configure this option to grant group permissions to access files or directories even if the incoming SMB user is not the owner of the file.
-
Set the privilege level to advanced:
set -privilege advanced
-
Configure the grant UNIX group permission as appropriate:
If you want to Enter the command Enable the access to the files or directories to get group permissions even if the user is not the owner of the file
vserver cifs options modify –grant-unix-group-perms-to-others true
Disable the access to the files or directories to get group permissions even if the user is not the owner of the file
vserver cifs options modify –grant-unix-group-perms-to-others false
-
Verify that the option is set to the desired value:
vserver cifs options show –fields grant-unix-group-perms-to-others
-
Return to the admin privilege level:
set -privilege admin