How to make symbolic links
Summary
Symbolic links are
There are a zillion other ways to make links and use ln.
This is just the way I always use them, and it is too annoying to figure out
every time from the --help and man page.
Detail
ln -s targetdir symlink
targetdir is the actual (existing) directory
symlink is the new linked (virtual) directory