Creates links to files and directories.
ln -s {{path/to/file_or_directory}} {{path/to/symlink}}
ln -sf {{path/to/new_file}} {{path/to/symlink}}
ln {{path/to/file}} {{path/to/hardlink}}