Wednesday, June 9, 2010

create simbolic link

lets say there is a file called letme in /usr/bin/letme
then to create symbolic link, type in
ln -s /usr/bin/letme/letme letme
after that to test
cd /
let then tab
letme will popup.