If the file or directory has extended attributes, the permissions field printed by the
-l
option is followed by a '@' character.
ls -l@ /path/to/marcus_gow
xattr -l /path/to/marcus_gow
-rw-r--r--@ 1 abc staff 1088808 8 31 09:55 marcus_gow
Alguém sabe disso, para que serve?
If the file or directory has extended attributes, the permissions field printed by the
-l
option is followed by a '@' character.
ls -l@ /path/to/marcus_gow
xattr -l /path/to/marcus_gow
Isso significa que os arquivos têm atributos estendidos .
Tags mac-osx