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?

link|improve this question

74% accept rate
2  
Is this a duplicate of 'Create a symbolic link in the Mac OS X Finder', superuser.com/questions/24095/…? – Jonik Sep 14 '09 at 16:53
@Jonik: Yes, methinks it is. – caliban Sep 14 '09 at 16:56
feedback

closed as exact duplicate by TheTXI Sep 14 '09 at 16:59

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.

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
1  
So for maximum flexibility, using ln wouldn't be a bad idea... or is there a downside? – Yar Sep 14 '09 at 16:54
1  
I guess the downside is that you have to use a terminal. – Richard Hoskins Sep 14 '09 at 16:57
feedback

Right-click the folder you want to link, choose "Make Alias". (p.s not the same as a symbolic link, but works similar)

link|improve this answer
Awesome, thanks. – Yar Sep 14 '09 at 16:53
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.