home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sgi / admin / 44 < prev    next >
Encoding:
Text File  |  1992-12-18  |  902 b   |  20 lines

  1. Organization: Doctoral student, Chemistry, Carnegie Mellon, Pittsburgh, PA
  2. 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+
  3. Newsgroups: comp.sys.sgi.admin
  4. Message-ID: <YfAAg2W00WB30TLV4=@andrew.cmu.edu>
  5. Date: Thu, 17 Dec 1992 13:46:26 -0500 
  6. From: "Jimmie M. Raines" <jr4s+@andrew.cmu.edu>
  7. Subject: Re:  Command not found, but file exists - Need Info
  8. Lines: 10
  9.  
  10. There are two possibilities:  One possibility is that the
  11. directory that you have put the executable in is not in your PATH, in
  12. which case you will always have to type ./<executable name>.  Another
  13. possibility is that this directory is in your PATH, but not in the
  14. hash table since you put it after the shell was started.  In this
  15. case, you need only to execute 'rehash' and the executable should be
  16. available without typing any path info.
  17.  
  18. Jim
  19.  
  20.