Date: Thu, 8 Mar 2001 03:21:01 -0500 From: Jim Mock <mij@osdn.com> To: "G. Jason Middleton" <gmiddl1@gl.umbc.edu> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: linking directories Message-ID: <20010308032100.A2169@guinness.osdn.com> In-Reply-To: <Pine.SGI.4.31L.02.0103080034200.2480068-100000@irix1.gl.umbc.edu>; from gmiddl1@gl.umbc.edu on Thu, Mar 08, 2001 at 12:36:35AM -0500 References: <Pine.SGI.4.31L.02.0103080034200.2480068-100000@irix1.gl.umbc.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 08 Mar 2001 at 00:36:35 -0500, G. Jason Middleton 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)? From the ln(1) man page... ln [options] source_file target_file So, ln -fs /usr/local/www /path/to/link - jim -- - jim mock <mij@osdn.com> - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - 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?20010308032100.A2169>