What does the @ symbol mean in a file's permission settings?

Posted by Shiki on Server Fault See other posts from Server Fault or by Shiki
Published on 2010-06-17T07:43:14Z Indexed on 2010/06/17 7:54 UTC
Read the original article Hit count: 258

Filed under:
|
|
|

I'm on MacOSX, I did ln -s on a directory and these are the results:

-rwxrwxr-x@ 1 shiki  admin   970332 Mar  6 16:38 apc.so
-rwxrwxr-x@ 1 shiki  admin   653884 Mar  6 16:38 eaccelerator.so
-rw-rw-r--@ 1 shiki  admin    60064 Mar  6 16:38 gettext.a
-rwxrwxr-x@ 1 shiki  admin    80320 Mar  6 16:38 gettext.so
-rw-rw-r--@ 1 shiki  admin   514784 Mar  6 16:38 imap.a
-rwxrwxr-x@ 1 shiki  admin  3886132 Mar  6 16:38 imap.so

What do those @ symbols mean?

© Server Fault or respective owner

Related posts about macosx

Related posts about permissions