|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
turning off cron auto email
I have several cron scripts running on my system and I was wondering if it is possible to turn off the automatic email that it sends to the root once the tab has been completed?
Thanks. |
|
#2
|
|||
|
|||
|
Just send the stdout to /dev/null like so:
30 0 * * * /path/to/script.pl 2>&1 > /dev/null BTW, your message is off-topic. It fits best in UNIX forum. |
|
#3
|
|||
|
|||
|
Thanks for the code...
sorry about the wrong forum... guess I should've scrolled down some more. Thanks again ![]() |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > turning off cron auto email |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|