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