in reply to Re^2: Perl cron job not running
in thread Perl cron job not running
whipped up a cron line
*/1 * * * * root touch /tmp/foo; touch bar
and checked /tmp - meh... bar was touched in /root of course :-P
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl cron job not running
by haukex (Archbishop) on Jul 20, 2016 at 17:28 UTC |