Use the following command to create a symbolic link in Unix

ln -s ActualFilename LinkFileName

Example: ln -s /var/www/html/ webpages will create a link called webpages to /var/www/html in the current directory.

Bookmark this article