- Symbolic links work like shortcuts referencing another file.
- Hard links are literally another name for the same file.
A hard link file is a link to the original file that contains information about it.
Both the hard link file and the original file are physically representing the same file (content).
By default,
ln
makes hard links.
Note that when you copy a symbolic link file (or a hard link file), you are copying the original file.