up vote 3 down vote favorite
1
share [g+] share [fb]

when doing an ls in a directory I get the following output:

drwxr-xr-x@ 12 xonic  staff    408 22 Jun 19:00 .
drwxr-xr-x   9 xonic  staff    306 22 Jun 19:42 ..
-rwxrwxrwx@  1 xonic  staff   6148 25 Mai 23:04 .DS_Store
-rw-r--r--@  1 xonic  staff  17284 22 Jun 00:20 filmStrip.cpp
-rw-r--r--@  1 xonic  staff   3843 21 Jun 21:20 filmStrip.h

I was wondering what the @ means.

thx xonic

link|improve this question
feedback

migrated from stackoverflow.com Jun 22 '10 at 18:05

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

1 Answer

up vote 9 down vote accepted

It indicates that the file has extended attributes. Use ls -l@ to see them.

link|improve this answer
1  
thanks. found com.apple.quarantine, here is what that is and how to deal with it for the sake of completeness: superuser.com/questions/28384/… – xon1c Jun 22 '10 at 18:08
feedback

Your Answer

 
or
required, but never shown

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