About ls -F
in the man ls
for -F
does mention about:
-F, --classify
append indicator (one of */=>@|) to entries
I read the following:
- What do the symbols displayed by ls -F mean?
- 14. How to make ls specifically indicate the type of file in the output
Where the list is:
@ indicates a symbolic link
* indicates an executable
= indicates a socket file
| indicates a named pipe
> indicates a door
/ indicates a directory
But, where is the official Unix/Linux complete list of the indicator entries types? of course including their description
ls
. – waltinator Sep 30 '21 at 03:18