LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   ls append indicators (https://www.linuxquestions.org/questions/linux-general-1/ls-append-indicators-774105/)

2handband 12-07-2009 08:36 PM

ls append indicators
 
Could someone please explain the meaning of the various append indicators that accompany the output of the ls command? Even the man page doesn't explain; it just mentions that they exist. Come on, I can't be the only person that uses the ls command without the -l option from time to time!

jhwilliams 12-07-2009 08:54 PM

I agree that the information should be in the manpage -- in many distributions of the manpage it is, but not mine, either.

Code:

/ is a directory
@ is a symlink
| is a named pipe (fifo)
= is a socket.
* for executable files
> is for a "door" -- a file type currently not implemented for Linux, but supported on Sun/Solaris.

Files not matching any of the above description are regular files and so get no indicator.


All times are GMT -5. The time now is 03:52 PM.