I have a folder in my home directory called ~/bestphotosever
So I make a symlink as follows:
cd ~
ln -s bestphotosever bpe
cd bpe
pwd
#-- here is what pwd shows
--> /home/myuser/bpe
#What I would like it to show is the physical name
--> /home/myuser/bestphotosever
Any ideas how to do this using 'ln' command.