symlink command

C++
ln -s [/path/to/file] [/path/to/symlink]$ ln -s file1 link1
#Example: ln -s /var/file_i_want_to_link /etc/symbolic_link_name ln -s source_file myfile
Source

Also in C++: