The basic syntax is: ln -s source-file target-file
(sometimes you will need to use it in conjunction with sudo, depending on the location of the symbolic link. Also, don't forget to specify the path to the file also).
You will find that these commands are your friends:
which
whatis
man
(telling...