home *** CD-ROM | disk | FTP | other *** search
- Organization: Doctoral student, Chemistry, Carnegie Mellon, Pittsburgh, PA
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!jr4s+
- Newsgroups: comp.sys.sgi.admin
- Message-ID: <YfAAg2W00WB30TLV4=@andrew.cmu.edu>
- Date: Thu, 17 Dec 1992 13:46:26 -0500
- From: "Jimmie M. Raines" <jr4s+@andrew.cmu.edu>
- Subject: Re: Command not found, but file exists - Need Info
- Lines: 10
-
- There are two possibilities: One possibility is that the
- directory that you have put the executable in is not in your PATH, in
- which case you will always have to type ./<executable name>. Another
- possibility is that this directory is in your PATH, but not in the
- hash table since you put it after the shell was started. In this
- case, you need only to execute 'rehash' and the executable should be
- available without typing any path info.
-
- Jim
-
-