There’s a thread on Reddit about remembering the correct order for the ln -s command. I’m heartened to learn that I’m not the only one who makes this mistake constantly. Several good mnemonics are discussed.
You can remember it by comparing it to the copy command
cp existing new
ln -s existing new
Or with reference to boobs. Real ones are better than fake!
ln -s real fake
