Sat 8 Apr 2006
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.
Sat 8 Apr 2006
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.