17
-rw-r--r--@ 1 abc  staff  1088808  8 31 09:55 marcus_gow

Anyone knows this, what's it for?

Rex
  • 7,895
  • 3
  • 29
  • 45
abc
  • 179
  • 3

2 Answers2

32

man ls

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
quanta
  • 51,413
  • 19
  • 159
  • 217
12

It means that the files has extended attributes.

MDMarra
  • 100,734
  • 32
  • 197
  • 329