Possible Duplicate:
Create a symbolic link in the Mac OS X Finder
I use
ln -s original new
to make linked directories in OSX, but there must be a way using my mouse... no?
Possible Duplicate:
Create a symbolic link in the Mac OS X Finder
I use
ln -s original new
to make linked directories in OSX, but there must be a way using my mouse... no?
Right-click the folder you want to link, choose "Make Alias". (p.s not the same as a symbolic link, but works similar)
You can make an alias with the Finder. Ctrl-Click "Make Alias." These aren't strictly unix symbolic links.
The Mac aliases will show as empty files in the terminal, pretty much unusable by Darwin. They do what you expect in the GUI, though.
I don't think there is a way to do a Unix symbolic link with the finder.