find: Links

 
 2.3 Links
 =========
 
 There are two ways that files can be linked together.  "Symbolic links"
 are a special type of file whose contents are a portion of the name of
 another file.  "Hard links" are multiple directory entries for one file;
 the file names all have the same index node ("inode") number on the
 disk.
 

Menu