FG
💻 Software

what does the @ symbol mean in ls -l directory listing?

Fresh6 days ago
Mar 15, 202628410 views
Confidence Score0%
0%

Problem

Possible Duplicate: ls -la symbolics… what does that last symbol mean? When I run ls -l on my mac I see two .yml files: same owner, same permissions but one has a @ at the end of the permisions. The one with the @ shows up in my editor, the one without does not. So there must be some significance. …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: what does the @ symbol mean in ls -l directory listing?

Low Risk

It indicates that the file has extended attributes, it is mac specific. The command xattr deals with those attributes, so try xattr -h to see its parameters.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment