home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / question / 13722 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  1.7 KB

  1. Path: sparky!uunet!usc!cs.utexas.edu!news
  2. From: f254@cs.utexas.edu (Fall Class Account)
  3. Newsgroups: comp.unix.questions
  4. Subject: Help!  Can't run a file under tcsh!
  5. Date: 21 Nov 1992 00:51:06 -0600
  6. Organization: U Texas Dept of Computer Sciences, Austin TX
  7. Lines: 35
  8. Distribution: world
  9. Message-ID: <lgrn2qINN9s6@priddy.cs.utexas.edu>
  10. NNTP-Posting-Host: priddy.cs.utexas.edu
  11.  
  12. I am experiencing an inconsistent error trying to run a file (executable
  13. or shell script) under tcsh.  The files do have the attribute -rwxr-xr-x.
  14. Typing  
  15.     ./testing
  16. *sometimes* works but *sometimes* comes back with the
  17.     ./testing: Command not found.
  18. message.  What's more, even when I encounter this message, I am still able to
  19. run some other executable file in the same directory.
  20. Could someone tell me what could be the problem?  
  21. Thank you very much.
  22. Newsgroups: comp.unix.questions
  23. Subject: Help! Can't execute a File under tcsh!
  24. Summary: 
  25. Followup-To: 
  26. Distribution: world
  27. Organization: U Texas Dept of Computer Sciences, Austin TX
  28. Keywords: 
  29.  
  30. I am having an inconsistent error in trying to run a file under tcsh.
  31. (either shell script or executable file).
  32. When I type
  33.     ./testing
  34. *sometimes* everything goes perfect.  However, sometimes, it comes back with
  35. the
  36.     ./testing: Command not found.
  37. message.  What is more, even when I encounter this message, I am still able to
  38. run some other file in the directory.
  39. The files I am trying to run do have x attribute (-rwxr-xr-x).
  40. I am not having this problem with any specific file.  It can happen to any of
  41. my +x files.
  42. When I try to ksh, for example, these files run perfectly without an exception.
  43.         
  44. Could someone tell me what could be the problem?
  45.  
  46. Thank you very much.
  47.