Click to See Complete Forum and Search --> : sym link?


swashbuckler
02-15-2001, 01:23 PM
Hi,
I'm very new to Linux. I was looking for a "how to" page to set up a sym link.
Thanks for the help.

PLBlaze
02-15-2001, 01:29 PM
Try man ln for all the details...you can make symblinks by invoking ln [options] source [destination], eg. ln -s foo bar will create bar link pointing to foo.Hope this helps.