Link file
Hard link:
- as a real file in os, the as same size as origin file
- any modifition sync to origin file
- if origin file was deleted does not take effect to hard link file
Create hark link:
ln <source_file> <link>
Symbolic link:
A shadow of origin file, represents origin file but does not occupies space
Create hard link:
ln -s <source_file> <link>
Shortcuts(windows):
A real file, like a json file, set a entry of an application or directory, does not represents origin file