1

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.

1
  • 2
    Can you describe what happens. Do the commands generate errors, do they work but the user is still not able to access files, etc. Also, can you show the command used to mount the NFS filesystem, and the resulting mount details. Commented Jul 23, 2014 at 9:32

1 Answer 1

1

try to mount the filesystem you are trying to set acls on with acl options.

something like this in fstab:

/dev/rootvg/filesystem /filesystem ext4 defaults,acl 1 2 

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.