linux ln code example
Example 1: create a symlink
ln -s [/path/to/file] [/path/to/symlink]
Example 2: create symbolic link
ln -s source_file symbolic_link
Example 3: how to create symlink in linux
ln -s <location_of_file1> <desired_location_of_symlink>
Example 4: lien symbolique linux
ln –s /opt/file /opt/file_symbolic
Example 5: ln -sf linux
# Source Link
ln -s /home/jake/doc/test/2000/something /home/jake/xxx