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?
I use
to make linked directories in OSX, but there must be a way using my mouse... no?
| |||||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
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. | |||||||||
feedback
|
|
Right-click the folder you want to link, choose "Make Alias". (p.s not the same as a symbolic link, but works similar) | |||
|
feedback
|