Here’s an example. Let’s say you wanted to create a symbolic link in your Desktop folder that points to your Downloads folder. You’d run the following command:
ln -s /Users/name/Downloads /Users/name/Desktop
How to Create and Use Symbolic Links (aka Symlinks) on a Mac (Mar 2017