Linux File System
Linux File System
Links
Links are pointers to files. There are two types:
• Hard Links: Direct pointers to the inode of a file. Multiple hard links to the same
inode are indistinguishable from the original file.
• Symbolic Links (Symlinks): Pointers to the file name. If the target file is deleted, the
symlink becomes broken.
Example Commands
List Files and Directories
ls -l