Date: Wed, 05 May 1999 21:19:55 -0500 From: "Jonathan E. Lyons" <parrothd@midwest.net> To: Rick Hamell <hamellr@dsinw.com>, freebsd-questions@FreeBSD.ORG Subject: Re: Path(es) Message-ID: <199905060213.VAA18274@cdale3.midwest.net> In-Reply-To: <Pine.WNT.3.95.990505182711.-65585C-100000@akane>
next in thread | previous in thread | raw e-mail | index | archive | help
I believe it depends on the shell, here's an example from my .login in your home directory... 9:13pm@parrothd~>more .login # $Id: dot.login,v 1.7.2.1 1997/02/23 20:57:42 joerg Exp $ # # .login - csh login script, read by login shell, # after `.cshrc' at login. # # see also csh(1), environ(7). # set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/bin /usr/X11R6/bin $HOME/bin) setenv MANPATH "/usr/share/man:/usr/X11R6/man:/usr/local/man" At 06:28 PM 5/5/99 -0700, Rick Hamell wrote: > > > How do I check/add to my paths. I hope I'm using the right >terminology. I.e. / and /usr/local/bin are checked for files, how do I add >another directory such as /home/whoever? Jonathan E. Lyons FreeBSD parrothd@midwest.net MCP, MCSE, A+ Certified http://parrothd.midwest.net/ ICQ # 14226912 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?199905060213.VAA18274>