in reply to Re: create a relative symlink
in thread create a relative symlink
ln -s .. parent
If you then move the link somewhere else, e.g. with
mv parent ..
it will now point to its new parent directory.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: create a relative symlink
by afoken (Chancellor) on Dec 19, 2019 at 22:36 UTC |