Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Mar 2001 02:11:33 -0500
From:      "G. Jason Middleton" <gmiddl1@gl.umbc.edu>
To:        Tony Landells <ahl@austclear.com.au>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: linking directories 
Message-ID:  <Pine.SGI.4.31L.02.0103080210540.2417608-100000@irix1.gl.umbc.edu>
In-Reply-To: <200103080558.QAA21944@tungsten.austclear.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
thanks i found my answer at the freebsddiary after sending out my plea for
help!  it said the samething you told me!

Thanks a million

Jason


On Thu, 8 Mar 2001, Tony Landells wrote:

> > i have racked my brains out over this...i want to make a link to a
> > directory and i don't know how to do it.
> >
> > i have read the link manpage and i am not getting it.
> >
> > i want to make a link to /usr/local/www/ What is the syntax to go about
> > doing this?
> >
> > Am i using the right command (ln,link)?
>
> You want to use a symbolic link.  Assuming you want to be able to refer
> to /usr/local/www as, say, /www you would use:
>
> 	ln -s /usr/local/www /www
>
> Note that a symbolic link just makes an entry that means "if they type
> the second name, substitute the first name" so if you make a typo, for
> example, ln won't complain.  Make sure you test what you do.
>
> Cheers,
> Tony
> --
> Tony Landells					<ahl@austclear.com.au>
> Senior Network Engineer				Ph:  +61 3 9677 9319
> Australian Clearing Services Pty Ltd		Fax: +61 3 9677 9355
> Level 4, Rialto North Tower
> 525 Collins Street
> Melbourne VIC 3000
> Australia
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>

G. Jason Middleton


_______________________________________________________________________________






Announcement:

The revolution will not be televised.




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SGI.4.31L.02.0103080210540.2417608-100000>