Enable or disable NFSv4 ACLs
-
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...
To enable or disable NFSv4 ACLs, you can modify the -v4.0-acl
and -v4.1-acl
options. These options are disabled by default.
The -v4.0-acl
or -v4.1-acl
option controls the setting and viewing of NFSv4 ACLs; it does not control enforcement of these ACLs for access checking.
-
Perform one of the following actions:
If you want to…
Then…
Enable NFSv4.0 ACLs
Enter the following command:
vserver nfs modify -vserver vserver_name -v4.0-acl enabled
Disable NFSv4.0 ACLs
Enter the following command:
vserver nfs modify -vserver vserver_name -v4.0-acl disabled
Enable NFSv4.1 ACLs
Enter the following command:
vserver nfs modify -vserver vserver_name -v4.1-acl enabled
Disable NFSv4.1 ACLs
Enter the following command:
vserver nfs modify -vserver vserver_name -v4.1-acl disabled