[24] in Intrusion Detection Systems
Re: path
daemon@ATHENA.MIT.EDU (Chris McCoy)
Thu Mar 30 22:17:55 1995
From: "Chris McCoy" <mccoy@geovizgw.eng.iastate.edu>
Date: Thu, 30 Mar 1995 13:46:21 -0600
In-Reply-To: "Robin F. Hollman" <robinh>
"path" (Mar 30, 1:34pm)
To: ids@uow.edu.au
Reply-To: ids@uow.edu.au
On Mar 30, 1:34pm, Robin F. Hollman wrote:
> Subject: path
> Hi Chris,
>
> Looks like everything is back up. Here is what I was originally going to ask
> you.
>
> How do I change my path to include a bin directory under my home directory so
> that I can put my own executables in this instead of typing the full pathname
> to them each time I want to execute them? I tried to figure out where PATH
was
> set, but couldn't see it in any of the .login or .profile files.
To modify your path, you can place it either in ".login" or ".cshrc". It's
probably better to put it in ".login":
set path=($path ~robinh/bin)
Once you modify this file it will only take effect upon login. You can also run
the above command at the shell prompt to change your path in that shell.
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Chris McCoy, Manager : INTERNET mccoy@iastate.edu
Engineering Computing Support Services : VOICE (515) 294-5313
Iowa State University : FAX (515) 294-9273
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=