Tags: link

Hard Link vs Soft link

Welcome Send feedback »
Hard Link: Unix files consist of two parts: the data part and the filename part. More than one filename can reference the same inode number; these files are called to be hard linked together. Here two hard link files file-hard-a.txt and file-ha… more »