I need a symlink that resolves relative to the directory it is placed in. What command is used to create such a thing?
|
feedback
|
|
I've worked it out:
To help in understanding: The path you provide is stored with the file. When you access the file the stored path is looked up and expanded relative to the file. It does not know what directory you were in when you created the link. | |||||||||||
feedback
|
|
Relative links were tricky for me on OS X, i.e.
both did not work (something was created but it wasn't a directory). I created the desired link by using absolute paths.
| ||||
feedback
|
