[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] webalizer and cron



>-----Original Message-----
>> -rw-r--r--   1 root     root           90 Dec  7 15:37 webalizer
>> - This is my crond.d script
>> # just run webalizer.pl each day at 4.12 am
>> 12 4 * * *      nobody  /usr/local/bin/webalizer.pl
>> does this all look ok? i dont know why its not been running since i
>changed
>> 'nobody' from 'root'
>
Make sure all executable directory paths are full in your script.  cron has
a limited search path by default; if you call programs not in that path,
scripts will fail.  Alternatively, set your own PATH environment variable in
your scripts.
--
Tim Evans, T.Rowe Price Investment Technologies	| tkevans@xxxxxxxxxxxxxx
11550 Cronridge Drive, Owings Mills, MD 21117
410-345-3174; Pager: 800-946-4646, PIN 1716638; FAX 410-345-3030