In each users' directory there exists a symbolic link to /var/www/website/public_html/. However, whenever a user cds into the link, he sees the path as /home/username/public_html/. Is there any way to link to a directory however when the user changes into the directory, the command pwd will show the canonical or real path to the directory?
Thanks.
