sympole link linux code example
Example 1: create a symlink
ln -s [/path/to/file] [/path/to/symlink]
Example 2: create symbolic link
ln -s source_file symbolic_link
ln -s [/path/to/file] [/path/to/symlink]
ln -s source_file symbolic_link