create symbolic link linux

Shell
$ ln -s file1 link1
#Example: ln -s /var/file_i_want_to_link /etc/symbolic_link_nameln -s [/path/to/file] [/path/to/symlink]
Source

Also in Shell: