ln - evanmoran/quick GitHub Wiki
Create a symbolic link to a file (soft link).
ln -s source_file dest_file
Create a hard link to a file
ln source_file dest_file
Most of the time you want symbolic links.
Create a symbolic link to a file (soft link).
ln -s source_file dest_file
Create a hard link to a file
ln source_file dest_file
Most of the time you want symbolic links.