up vote 2 down vote favorite
share [g+] share [fb]

i am working on solaris unix. i have a file with permissions as below

-rw-r----x+

what does this + at the end mean?

link|improve this question

0% accept rate
2  
voted belongs on superuser.com – bguiz Nov 17 '09 at 5:27
that says you have extended ACLs on the file. check setfacl, getfacl to find out more – user31894 Nov 17 '09 at 5:28
feedback

migrated from stackoverflow.com Nov 17 '09 at 5:35

This question came from our site for professional and enthusiast programmers.

1 Answer

From man ls:

If the file or directory has extended attributes, the permissions field printed by the -l option is followed by a '@' character. Otherwise, if the file or directory has extended security information (such as an access control list), the permissions field printed by the -l option is followed by a '+' character.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.