Navigating File System / Linux filetypes/shaare/MUuvKg
ls -l
→ Listpwd
→ Print working directory
dr-xr-xr-x
|
directories
-rw-r--r--
|
file
Linux File Types
Symbol | Type |
---|---|
- | Regular file |
d | Directory |
l | Link |
c | Special file or device file |
s | Socket → Network communication / process data between external processes |
p | Named pipe → FIFO → First In First Out, data between internal processes |
b | Block device |
Inode = Pointer or number of a file on a hard disk.