I have mounted a volume from NAS storage to my Solaris 10 machine using NFS. I want to give read/write permission for a user to the directories and subdirectories and files. I have tried
setfacl -m user:biptip:rwx,mask:rwx NIADOCS/* setfacl -R -m d:u:biptip:rw,u:biptip:rwX NIADOCS but I am not able give the permission.