File Systems

Hard Link

English

Overview

A mechanism that lets multiple file names reference the same underlying data.

Details

A mechanism where multiple directory entries reference the same inode. There's only one underlying entity, and it survives even if one of the names is deleted.

More Linux terms