Jonathan Love

Search IconIcon to open search

Hard Links

Multiple File descriptors that point to the same data location on disk; this means accessing a file via one descriptor and modifying it will affect all other file descriptors pointing to the same location

In filesystems like ext4, this represents multiple descriptors pointing to the same inode


Interactive Graph