create a symlink meaning code example
Example 1: create a symlink
ln -s [/path/to/file] [/path/to/symlink]
Example 2: create symlink
ln -s source_file myfile
ln -s [/path/to/file] [/path/to/symlink]
ln -s source_file myfile