Tagged Questions
8
votes
8answers
8k views
What is the Bash command to create a hardlink to a directory in OS X?
How do you create a hardlink (as opposed to a symlink or a Mac OS alias) in OS X that points to a directory? I already know the command "ln target destination" but that only works when the target is a ...