What is the difference between a hard link and a symbolic link?
Sigiloso
A hard link points to actual physical data. If the target is renamed or deleted, the hard link is still valid. A symbolic link points to the target file. So if the target is renamed or deleted, the symbolic link is no longer valid.