[MC] An important difference between a hard link and a symbolic link in a file system is reference counts are kept for hard links but not for symbolic links.

Removing a hard link from a directory decreases the reference count of the linked file. If the reference count is 0, the file is destroyed.

Removing the target of a symbolic link makes the symbolic link dead. The file system does not keep track of all symbolic links to a given file.