On Linux you can create symbolic link (symlink) or also soft link by this command
Symlink is something like shortcut on your Windows desktop.
First backup original file or directory that you want to symlink:ln -s /path/to/file /path/to/symlink
for help, do:cp -R directory directorybackup
man ln
Bookmarks