Hi guys,
I'm still newbie using crontab. I just have something wrong with me crontab.
first if I input the job by using :
crontab -e
and then input the job :
12 17 * * * ./CheckMissingFiles.ksh 4
and I checked it by typing "crontab -l", and they brought up :
12 17 * * * ./CheckMissingFiles.ksh 4
but I was waiting until 17.30, the job is not running ...
any reason why ?
I'm still newbie using crontab. I just have something wrong with me crontab.
first if I input the job by using :
crontab -e
and then input the job :
12 17 * * * ./CheckMissingFiles.ksh 4
and I checked it by typing "crontab -l", and they brought up :
12 17 * * * ./CheckMissingFiles.ksh 4
but I was waiting until 17.30, the job is not running ...
any reason why ?