On Thu, 17 Jul 2003, [iso-8859-1] Együd Csaba wrote:

> Hi All,
> I have a problem with a crontab job.
> 
> My shell script which I want to run every day is the following:
> ----------------------------------------------------------------------------
> ------------------
> $ cat alumil_daily.sh
> 
> My crontab settings are the following (it starts at the required time)
> ----------------------------------------------------------------------------
> ------------------
> SHELL=/bin/sh
> * * * * * /home/alumil/alumil_daily.sh
> ----------------------------------------------------------------------------
> ------------------

Whose crontab is running this command?  Check to make sure that user has 
permission to execute the script and all of the programs that are called 
by it....  Also, how about giving cron a hour and minute to run the 
script?

Mark


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to