linux make a soft link code example
Example 1: create a symlink
ln -s [/path/to/file] [/path/to/symlink]
Example 2: create symbolic links in ls
ln -s [OPTIONS] FILE LINK
ln -s [/path/to/file] [/path/to/symlink]
ln -s [OPTIONS] FILE LINK