The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-12-2006
figdungiven figdungiven is offline
Registered User
  
 

Join Date: May 2006
Posts: 2
hard link and soft link?
hard link associates 2 or more file names with the same inode. Hard links share the same data blocks on the hard disks, while they continue to behave as independent files

Soft link or symbolic link (or for short: symlink): a small file that is a pointer to another file. A symbolic link contains the path to the target file instead of a physical location on the hard disk. Since
inodes are not used in this system, soft links can span across partitions.