MacOS – symbolic link not created

macossymlink

All my docs are in:

/Users/Joe/Documents/Mydocs

I want to put them on dropbox through symbolic link so I created this empty folder:

/Users/Joe/Dropbox/Mydocs

Then used this command to create a symbolic link:

ls -s /Users/Joe/Documents/Mydocs /Users/Joe/Dropbox/Mydocs

The destination folder is still empty, what can I do to properly make the link?

Best Answer

Your command is wrong.

It is not ls -s, but ln -s