FILE
cp -r : File Copy(including sub files)
Symbolic Link
ln -s [Original File Path] [Symbolic File Path] : This is like the shortcut function in Windows OS
The file path must be an absolute path
cp -r : File Copy(including sub files)
ln -s [Original File Path] [Symbolic File Path] : This is like the shortcut function in Windows OS
The file path must be an absolute path
A new version of content is available.