1. Here is my cron file called mytab:
05 11 * * 0-5 . test_cron.urs
2. Both mytab and test_cron.urs have 744 permission.
3. Then I register the cron job:
crontab mytab
But, the cron job nor running.
Now, the following cron job does run to create a directory called test_cron. Please help.
10 11 * * 0-5 mkdir test_cron
05 11 * * 0-5 . test_cron.urs
2. Both mytab and test_cron.urs have 744 permission.
3. Then I register the cron job:
crontab mytab
But, the cron job nor running.
Now, the following cron job does run to create a directory called test_cron. Please help.
10 11 * * 0-5 mkdir test_cron