[oclug] Disabling Cron E-Mail

David F. Skoll dfs at roaringpenguin.com
Thu Mar 1 09:43:08 EST 2001


On Thu, 1 Mar 2001, Collin McCrank wrote:

> I was wondering if there is a way to stop cron from e-mailing the owner
> of the cronjob.

Redirect the output to /dev/null:

* * * * * 	/bin/do-the-ping > /dev/null 2>&1

--
David.




More information about the OCLUG mailing list