Create a symbolic link

Because I never remember if the source file comes first or second...

The existing file you want to link to comes first, and the new file that links to it comes second.

Oh, and don’t forget -s.

ln -s <source_file> <link>