Symlinks ln -s TARGET LINK_NAME where TARGET is a file or directory that exists and LINK_NAME is the name for the symlink, which should not exist. No trailing slashes. To remove a symlink to a directory: rm LINK_NAME Do not recurse, do not force, no trailing slashes.
cheat sheets.
$ cheat symlink