what does the '+' mean at the end of an ls entry?

| No Comments | No TrackBacks
For Linux and the mac, it means that the file has an ACL associated with the file.
~% ls -ld .
drwx--x--x 163 pshanahan pshanahan 12288 2008-06-16 16:26 .
~% setfacl -m user:postfix:rx .
~% ls -ld .                    
drwxr-x--x+ 163 pshanahan pshanahan 12288 2008-06-16 16:26 .
On the Mac if you see an '@' sign where the plus(+) is, then it indicates that there's extended attribute information. If you've got a version of ls that supports extended attributes (takes the -@ option), you should see the same thing in Linux.

No TrackBacks

TrackBack URL: http://www.petesh.com/scgi-bin/MT/mt-tb.cgi/179

Leave a comment

About this Entry

This page contains a single entry by Pete Shanahan published on June 16, 2008 5:47 PM.

MGS4 is cut-scene heavy was the previous entry in this blog.

Well the cut-scene to action ratio has improved is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.