What is the difference between a hard link and a symbolic link?
-
A
Hard links can span filesystems; symbolic links cannot
-
B
Symbolic links point to the inode directly; hard links use a path
-
C
Hard links share the same inode as the original; symbolic links store a path to the target
-
D
There is no difference โ they are aliases for the same feature