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 ...
2
votes
3answers
91 views
symbolic link without expanding $HOME or “~”?
the basic idea is that I want to link to path that's relative to $HOME, rather than explicitly expand the $HOME variable, as I want to make sure the link works on multiple machines, e.g.,
when I do
...