Artur Shnayder wrote:
It seems you're right. Netapp doesn't support ACLs.
NetApp's support ACL's it's just that they don't use the nfs_acl protocol to access them.
But here is manual for Solaris ls command:
Bhaskar never mentioned Solaris.
ls -l (the long list) prints its output as follows for the POSIX locale:
-rwxrwxrwx+ 1 smith dev 10876 May 16 9:42 part2 The plus sign indicates that there is an ACL associated with the file. Finally, the dash and letters tell you that user, group, and others have permis- sions to read, write, and execute part2.
.... ????
Paul Lupa wrote:
I thought that NetApps did not support ACL's. What am I missing. If the sun is mounting a netapp filesystem and it is showing up ACL's that would seem to be impossible.
Do NetApps support ACLs????
Paul Lupa
Artur Shnayder wrote:
Quoting bhaskar.g@philips.com:
Hi,
When i look into the directory mounted on a Unix system from the
netapp
box. I find this "+" marks after the permissions Please let me know the solution for this
Please refer to ACL (Access Control List). On Solaris for example take a look on getfacl and setfacl utilites. Generaly the "+" means, that ACL is used for these files.
-rwxr-xr-x+ 1 bhaskarg users 48 Dec 27 15:29 sw.sh
/Michael