Explain the difference between a hard and a soft link in Unix?
Anonimo
If a hard link gets created between two files,then even if original file gets deleted linked file would have all the data.In case of soft link if original file gets deleted linked file can't get data.Soft links can be used with files on different systems a quality hard links don't have.