How to create symbolic link in linux # ln -s file1 link1 # ls -l file1 link1 For example : # ln -s /webroot/home/httpd/test.com/index.php /home/vivek/index.php