JumpZero Posted March 26, 2008 Share Posted March 26, 2008 Hello, I hope X-Scripts is the right forum: I have some files with a strange permission identifier: -rw-r--r--@ 1 root wheel 129761 21 mar 13:16 DicOOo.sxw I know what means a "t" in 11th position:it's the sticky bit But what is a @ ?... I get this @ each time I create a file on MAC OSX file system from Linux (I've enabled the write possibility). I noticed also that MACOSX add a "+" in 11th position for the directories. I didn't find an answer with google. Thanks -- Jmp0 Link to comment https://www.insanelymac.com/forum/topic/95872-permissions-in-11th-position/ Share on other sites More sharing options...
Sabr Posted March 26, 2008 Share Posted March 26, 2008 http://discussions.apple.com/thread.jspa?messageID=5791060 It just means that the file/directory has extended permissions/attributes that can be seen through Terminal by using the -e switch. Link to comment https://www.insanelymac.com/forum/topic/95872-permissions-in-11th-position/#findComment-683932 Share on other sites More sharing options...
JumpZero Posted March 26, 2008 Author Share Posted March 26, 2008 OK Thks for your quick answer. I'm going to try the -e Link to comment https://www.insanelymac.com/forum/topic/95872-permissions-in-11th-position/#findComment-683943 Share on other sites More sharing options...
JumpZero Posted March 27, 2008 Author Share Posted March 27, 2008 Hello, Euhhhh, sorry but where to use the -e ? I tried ls -e but didn't got any extra information on files. man ls gives me: -e Print the Access Control List (ACL) associated with the file, if present. So ls isn't the right command... What is the right command? Thks -- Jmp0 Link to comment https://www.insanelymac.com/forum/topic/95872-permissions-in-11th-position/#findComment-685452 Share on other sites More sharing options...
BigPimpin Posted April 28, 2008 Share Posted April 28, 2008 Do this on the file: "xattr -l filename" Link to comment https://www.insanelymac.com/forum/topic/95872-permissions-in-11th-position/#findComment-727581 Share on other sites More sharing options...
Recommended Posts