Saturday, July 19, 2008

Create a symbolic link

First go to the directory where you want the link. Then use the following command:
sudo ln -s /path/to/file nameoflink
Note: "nameoflink" is whatever you want to call your link.

No comments: