linux command for creating links code example
Example 1: create symbolic link linux
$ ln -s file1 link1
#Example: ln -s /var/file_i_want_to_link /etc/symbolic_link_name
Example 2: symlink command
ln -s source_file myfile
$ ln -s file1 link1
#Example: ln -s /var/file_i_want_to_link /etc/symbolic_link_name
ln -s source_file myfile