Physical pwd

Create a symbolic link:

ln -s /usr/share/doc .
doc symlink is created - switch to it:
cd doc
pwd
You'll get:
/home/vagrant/doc
To get physical location use:
pwd -P
Output will be:
/usr/share/doc