I need to schedule a new task to run a script in AIX machine. I asked
in another post, and people told me the cron file is in
/var/spool/cron/crontabs, and I found that too. I already modified it,
the problem is I cannot make it effective. The schedule still is not
running. I already reboot the machine. I tried that in Linux machine,
and the schedule is not running also. Any ideas?? What have I missed
here?
Here's what I have added in the cron file:
5 0 * * 1-5 bash cleanup.bat
thanks!!