What is the difference between a hard link and a symbolic link?
Anonymous
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.
Check out your Company Bowl for anonymous work chats.