Linking Files
By Geoff W. on Apr. 18, 2008.
Create a symlink to a file rather than copying it to a new location
The command is formatted as follows:
ln -s existing_file new_file
You can use this to link directories as well.
ln -s /usr/src /usr/local/src

Category: Linux