symlink bash code example
Example 1: create a symlink
ln -s [/path/to/file] [/path/to/symlink]
Example 2: create symlink
ln -s source_file myfile
Example 3: how to create symlink in linux
ln -s <location_of_file1> <desired_location_of_symlink>