I have been trying to set up some symbolic links in the Terminal, and haven't been able to get them to work.
In trying to find what I was doing wrong, I compared their function to the "create alias" button in the right click menu.
My question is this: what is the difference between alias(es) and symbolic links in Mac OS X?
ln -s /something/what/exists /new/symlink
. – Ardra