welcome to Webune

Webune offers great deals on Linux Dedicated server!!!!

today we are going to show you how you can create a symbolic link in linux

the format to use is this:

ln -s /path/to/file/ symbolic_link_name




lets say for example, i want to create a symbolic link to the /home/myuser/myweb/html directory from /var/www/

ln -s /home/myuser/myweb/ html