Re: OT: What does '@' in file permissions mean?
Re: OT: What does '@' in file permissions mean?
- Subject: Re: OT: What does '@' in file permissions mean?
- From: Rick Altherr <email@hidden>
- Date: Tue, 29 Apr 2008 16:07:32 -0700
On Apr 29, 2008, at 4:00 PM, Rob Lockstone wrote:
Apologies for the off-topic post, but I haven't been able to find
the answer to this.
What does the '@' mean in a file's permissions? I see this on some
files and it appears random to me.
-rwxr-xr--@ 1 ronin admin 1536 Jan 11 2007 clrPortCache
I've also seen an addition sign '+' as well.
Where can I find a cheat sheet of "non-standard" permission
characters and what they mean?
I don't recall seeing this in OS X versions prior to Leopard, but
maybe I just wasn't paying attention.
Rob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
@apple.com
This email sent to email@hidden
@ means the files has extended attributes set. Use xattr to get a
list or view them.
+ means an ACL is in use. Use ls -e to list them.
--
Rick Altherr
Architecture and Performance Group
email@hidden
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden