in reply to Perl cron job not running
Did you run your program as an "ordinary", non-privileged user? (Preferably not your own user account you use for code development.)
Have you tried running it with
sudo -u cron /usr/bin/perl /share/script/Test/report.pl /share/script/Test/file/ltm_all_non_prod
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl cron job not running
by chefchanyu (Novice) on Jul 20, 2016 at 00:34 UTC |