Click to See Complete Forum and Search --> : Linking directories


BFC
02-04-2001, 12:16 AM
Hi All,

I am having some problems trying to link directories. I have a directory on one hard drive and I want to create a link for it on another. Such that when I access the link it will show me the contents of the directory.

Any help would be greatly appreciated.

BFC

manux
02-04-2001, 01:54 AM
do
ln -s directory destination

don't forget man ln for more info

[ 04 February 2001: Message edited by: manux ]