home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.unix.questions:13284 news.software.nntp:1495
- Newsgroups: comp.unix.questions,news.software.nntp
- Path: sparky!uunet!utcsri!utzoo!henry
- From: henry@zoo.toronto.edu (Henry Spencer)
- Subject: Re: cron not finding script
- Message-ID: <BxM5wu.73u@zoo.toronto.edu>
- Date: Thu, 12 Nov 1992 17:29:17 GMT
- References: <92315.102834IETAM@ASUACAD.BITNET>
- Organization: U of Toronto Zoology
- Lines: 19
-
- In article <92315.102834IETAM@ASUACAD.BITNET> Thom Anthony McCarty <IETAM@ASUACAD.BITNET> writes:
- >30 8 1-31 * 1-5 '/usr/lib/newsbin/input/newsrunning off'
- > ...
- >Your "cron" job
- >
- > '/usr/lib/newsbin/input/newsrunning off'
- >
- >produced the following output:
- >
- >sh: /usr/lib/newsbin/input/newsrunning off: not found
-
- Get rid of the quotes. The shell is looking for a command named
- "/usr/lib/newsbin/input/newsrunning off", and there is no such command.
- There is a command "/usr/lib/newsbin/input/newsrunning", but that's not
- what your cron is looking for, because those quotes make the command all
- one word.
- --
- MS-DOS is the OS/360 of the 1980s. | Henry Spencer @ U of Toronto Zoology
- -Hal W. Hardenbergh (1985)| henry@zoo.toronto.edu utzoo!henry
-