On Fri, Feb 01, 2002 at 08:25:54PM -0600, Craig Rees wrote:
> Hey Corinna,
>
> Thanks for the tip. Once I started redireting stdout and stderr everything
> seems to work and email event log messages went away.
>
> # Test CRON tab from CraigR
> * * * * * /usr/bin/date >> $HOME/date.log 2>&1
> *
Hey Corinna,
Thanks for the tip. Once I started redireting stdout and stderr everything
seems to work and email event log messages went away.
# Test CRON tab from CraigR
* * * * * /usr/bin/date >> $HOME/date.log 2>&1
* * * * * echo "Hello from CRON" >> /tmp/echo.log 2>&1
* * * * * touch $HOME/t
On Fri, Feb 01, 2002 at 11:21:21AM -0600, Craig Rees wrote:
> * * * * * /usr/bin/date > $HOME/date.log
> * * * * * echo "Hello from CRON" > /tmp/echo.log
>
>
> But always receive the following messages in the event viewer:
>
> 1. The description for Event ID ( 0 ) in Source ( /usr/sbin/cr
3 matches
Mail list logo