29 / 102
Filesystem File Types
| File Type | First column of ls -l output |
|---|---|
| Regular file | - |
| Block device | b |
| Character device | c |
| Directory | d |
| Symbolic link | l |
| FIFO (named pipe) | p |
| Socket | s |
| File Type | First column of ls -l output |
|---|---|
| Regular file | - |
| Block device | b |
| Character device | c |
| Directory | d |
| Symbolic link | l |
| FIFO (named pipe) | p |
| Socket | s |