in reply to create a relative symlink
ln -s .. parent [download]
If you then move the link somewhere else, e.g. with
mv parent .. [download]
it will now point to its new parent directory.
Yes. In linux,
Make that any POSIX-compatible system. A limit is the filesystem: The respective native filesystems generally support symlinks, but e.g. FAT does not.
Alexander