in reply to Re: System command from crontab
in thread System command from crontab
I think the output is by default mailed to root.
That only happens if the command run by cron sends output to STDOUT or STDERR and they haven't been redirected somewhere else (/dev/null is a popular choice :-) because cron doesn't know what else to do with it. That's not the problem here at the OP is redirecting both handles to /tmp/test.txt.
Cheers,
JohnGG
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: System command from crontab
by stefbv (Priest) on Dec 07, 2009 at 12:37 UTC |