On Fri, Nov 10, 2000 at 09:46:32PM +0800, Alson Wong wrote:
[...]
> The best is, how do I send cronjobs not to send email to me ??
cron (which is the daemon executing the cron jobs) will send you mail
whenever the script produces some output. Hence, the easiest way to stop
the mails is to get your script not to produce output. One option might
be
YOUR_SCRIPT > /dev/null 2>&1
which will redirect all output to /dev/null.
HTH,
Thomas
P.S.: Please do not send HTML mail to the list and please wrap your
lines at 72 characters - thanks!
--
"Look, Ma, no obsolete quotes and plain text only!"
Thomas Ribbrock | http://www.bigfoot.com/~kaytan | ICQ#: 15839919
"You have to live on the edge of reality - to make your dreams come true!"
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list