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
-rwxr-xr-x+ 1 bhaskarg users 48 Dec 27 15:29 sw.sh -rwxr-xr-x+ 1 bhaskarg users 49 Dec 11 1999 swinstall.sh drwxrwxr-x 2 bhaskarg users 4096 Jan 19 17:58 sysadm -rw-r--r-- 1 bhaskarg users 19065 Apr 12 09:40 sysdef.txt drwxrwxr-x 3 bhaskarg users 12288 Jun 16 12:39 tar -rw-r--r--+ 1 bhaskarg users 1044480 Jun 19 10:22 tcsh-6.09.00-sd-11.00.depot -rwxr-xr-x 1 bhaskarg users 1308 May 4 16:08 tele.txt -rwxr-xr-x 1 bhaskarg users 16896 May 4 16:16 tele.xls -rwxr-xr-x+ 1 bhaskarg users 20480 Jun 9 11:11 telephone.doc drwxrwxr-x 2 bhaskarg users 4096 May 16 14:58 temp drwxrwxr-x 4 bhaskarg users 4096 Apr 27 13:29 test -rw-r--r-- 1 bhaskarg users 34816 Jun 2 16:12 test.fm -rwxr-xr-x 1 bhaskarg users 57 May 30 14:10 testing -rw-rw-r-- 1 bhaskarg users 396 Apr 28 16:47 tlprob.txt drwxrwxr-x 3 bhaskarg users 4096 May 29 16:28 tmp -rwxr-xr-x 1 bhaskarg users 230814 May 23 15:42 unix_insgd.pdf -rwxr-xr-x 1 bhaskarg users 321381 May 23 15:42 unix_sysman.pdf -rwxr-xr-x 1 bhaskarg users 6161 Jun 1 15:41 usage.txt drwxrwxrwx 3 bhaskarg users 4096 May 2 15:02 windows -rw-rw-r-- 1 bhaskarg users 24 May 15 13:46 wip drwxr-xr-x+ 3 bhaskarg users 4096 Apr 10 09:55 wtsrv drwxr-xr-x 2 bhaskarg users 4096 May 24 17:03 xacct bhaskarg@yudhish$
kind regards
Bhaskar G Philips Semiconductors, #3, Sterling Square,Madras Bank Road, Off St Mark's Road,BANGALORE-560 001. Voice : +91 80 222 9200 Ext 5060 Fax: +91 80 2229700
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 -rwxr-xr-x+ 1 bhaskarg users 49 Dec 11 1999 swinstall.sh drwxrwxr-x 2 bhaskarg users 4096 Jan 19 17:58 sysadm -rw-r--r-- 1 bhaskarg users 19065 Apr 12 09:40 sysdef.txt drwxrwxr-x 3 bhaskarg users 12288 Jun 16 12:39 tar -rw-r--r--+ 1 bhaskarg users 1044480 Jun 19 10:22 tcsh-6.09.00-sd-11.00.depot -rwxr-xr-x 1 bhaskarg users 1308 May 4 16:08 tele.txt -rwxr-xr-x 1 bhaskarg users 16896 May 4 16:16 tele.xls -rwxr-xr-x+ 1 bhaskarg users 20480 Jun 9 11:11 telephone.doc drwxrwxr-x 2 bhaskarg users 4096 May 16 14:58 temp drwxrwxr-x 4 bhaskarg users 4096 Apr 27 13:29 test -rw-r--r-- 1 bhaskarg users 34816 Jun 2 16:12 test.fm -rwxr-xr-x 1 bhaskarg users 57 May 30 14:10 testing -rw-rw-r-- 1 bhaskarg users 396 Apr 28 16:47 tlprob.txt drwxrwxr-x 3 bhaskarg users 4096 May 29 16:28 tmp -rwxr-xr-x 1 bhaskarg users 230814 May 23 15:42 unix_insgd.pdf -rwxr-xr-x 1 bhaskarg users 321381 May 23 15:42 unix_sysman.pdf -rwxr-xr-x 1 bhaskarg users 6161 Jun 1 15:41 usage.txt drwxrwxrwx 3 bhaskarg users 4096 May 2 15:02 windows -rw-rw-r-- 1 bhaskarg users 24 May 15 13:46 wip drwxr-xr-x+ 3 bhaskarg users 4096 Apr 10 09:55 wtsrv drwxr-xr-x 2 bhaskarg users 4096 May 24 17:03 xacct bhaskarg@yudhish$
kind regards
Bhaskar G Philips Semiconductors, #3, Sterling Square,Madras Bank Road, Off St Mark's Road,BANGALORE-560 001. Voice : +91 80 222 9200 Ext 5060 Fax: +91 80 2229700
~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._. Artur Shnayder Voice: (609)655-5105 x12 System Manager Fax: (609)655-5114 Email: artur@cgen.com Compugen Inc URL: http://www.cgen.com ~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.
It seems you're right. Netapp doesn't support ACLs.
But here is manual for Solaris ls command:
ls -l (the long list) prints its output as follows for the POSIX locale:
-rwxrwxrwx+ 1 smith dev 10876 May 16 9:42 part2
Reading from right to left, you see that the current direc- tory holds one file, named part2. Next, the last time that file's contents were modified was 9:42 A.M. on May 16. The file contains 10,876 characters, or bytes. The owner of the file, or the user, belongs to the group dev (perhaps indi- cating ``development''), and his or her login name is smith. The number, in this case 1, indicates the number of links to file part2; see cp(1). 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 -rwxr-xr-x+ 1 bhaskarg users 49 Dec 11 1999
swinstall.sh
drwxrwxr-x 2 bhaskarg users 4096 Jan 19 17:58 sysadm -rw-r--r-- 1 bhaskarg users 19065 Apr 12 09:40
sysdef.txt
drwxrwxr-x 3 bhaskarg users 12288 Jun 16 12:39 tar -rw-r--r--+ 1 bhaskarg users 1044480 Jun 19 10:22 tcsh-6.09.00-sd-11.00.depot -rwxr-xr-x 1 bhaskarg users 1308 May 4 16:08
tele.txt
-rwxr-xr-x 1 bhaskarg users 16896 May 4 16:16
tele.xls
-rwxr-xr-x+ 1 bhaskarg users 20480 Jun 9 11:11
telephone.doc
drwxrwxr-x 2 bhaskarg users 4096 May 16 14:58 temp drwxrwxr-x 4 bhaskarg users 4096 Apr 27 13:29 test -rw-r--r-- 1 bhaskarg users 34816 Jun 2 16:12 test.fm
-rwxr-xr-x 1 bhaskarg users 57 May 30 14:10 testing
-rw-rw-r-- 1 bhaskarg users 396 Apr 28 16:47
tlprob.txt
drwxrwxr-x 3 bhaskarg users 4096 May 29 16:28 tmp -rwxr-xr-x 1 bhaskarg users 230814 May 23 15:42 unix_insgd.pdf -rwxr-xr-x 1 bhaskarg users 321381 May 23 15:42 unix_sysman.pdf -rwxr-xr-x 1 bhaskarg users 6161 Jun 1 15:41
usage.txt
drwxrwxrwx 3 bhaskarg users 4096 May 2 15:02 windows
-rw-rw-r-- 1 bhaskarg users 24 May 15 13:46 wip drwxr-xr-x+ 3 bhaskarg users 4096 Apr 10 09:55 wtsrv drwxr-xr-x 2 bhaskarg users 4096 May 24 17:03 xacct bhaskarg@yudhish$
kind regards
Bhaskar G Philips Semiconductors, #3, Sterling Square,Madras Bank Road, Off St Mark's Road,BANGALORE-560 001. Voice : +91 80 222 9200 Ext 5060 Fax: +91 80 2229700
~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._. Artur Shnayder Voice: (609)655-5105 x12 System Manager Fax: (609)655-5114 Email: artur@cgen.com Compugen Inc URL: http://www.cgen.com ~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.
--
Paul Lupa Motorola (512) 933-6542 Voice (512) 933-6331 Fax Paul.Lupa@Motorola.com
Pager 1168616@skytel.com or 1800759-8352 Pin:1168616
-- ~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^ Artur Shnayder Voice: (609)655-5105 x12 System Manager Fax: (609)655-5114 Email: artur@cgen.com Compugen Inc URL: http://www.cgen.com ~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^`~*-,._.,-*~`^
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