home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!cs.utexas.edu!news
- From: f254@cs.utexas.edu (Fall Class Account)
- Newsgroups: comp.unix.questions
- Subject: Help! Can't run a file under tcsh!
- Date: 21 Nov 1992 00:51:06 -0600
- Organization: U Texas Dept of Computer Sciences, Austin TX
- Lines: 35
- Distribution: world
- Message-ID: <lgrn2qINN9s6@priddy.cs.utexas.edu>
- NNTP-Posting-Host: priddy.cs.utexas.edu
-
- I am experiencing an inconsistent error trying to run a file (executable
- or shell script) under tcsh. The files do have the attribute -rwxr-xr-x.
- Typing
- ./testing
- *sometimes* works but *sometimes* comes back with the
- ./testing: Command not found.
- message. What's more, even when I encounter this message, I am still able to
- run some other executable file in the same directory.
- Could someone tell me what could be the problem?
- Thank you very much.
- Newsgroups: comp.unix.questions
- Subject: Help! Can't execute a File under tcsh!
- Summary:
- Followup-To:
- Distribution: world
- Organization: U Texas Dept of Computer Sciences, Austin TX
- Keywords:
-
- I am having an inconsistent error in trying to run a file under tcsh.
- (either shell script or executable file).
- When I type
- ./testing
- *sometimes* everything goes perfect. However, sometimes, it comes back with
- the
- ./testing: Command not found.
- message. What is more, even when I encounter this message, I am still able to
- run some other file in the directory.
- The files I am trying to run do have x attribute (-rwxr-xr-x).
- I am not having this problem with any specific file. It can happen to any of
- my +x files.
- When I try to ksh, for example, these files run perfectly without an exception.
-
- Could someone tell me what could be the problem?
-
- Thank you very much.
-