Can I make shortcut like in Win, which will be visible in folder from (almost) every program (cli like mc and gui - any open file dialog) that will "move" me to specific directory, not related to location of shortcut? SO when I will go up (after using this) I don't want to get back, but go up.
Example:
/home/jarek/some_link -> /srv/httpd/htdocs/projekt
I'm using link, and I want check some other files in htdocs, click up (or cd ..) and ordinary soft link take my back to ~ and I want to htdocs.
ps. I saw posts about differences in pwd
and /bin/pwd
and nice to know that I can check where I really am, but this doesn't solve my problem.