An account will enable you to access:
Don't have an account?
ONTAP Discussions
Are there any ways that I can change the Unix permission from 755 to 775 or whatever? I could not think of a way. thanks for your inputs
If in cDOT on the volume, "volume modify -unix-..."
For Cluster-Mode:
Cluster01::> volume modify -vserver <svm_name> -volume <vol_name> -unix-permissions 777
A follow-up.
What is default NFS permission appeared on the host once I exported to it? and how do I change the default setting?