Linux crontab job 中的log記錄及異常處理

tolywang發表於2010-03-01

dfmsstyrac01$crontab -l

*/20 * * * * sh /u01/run/autoreco

1>/u01/run/log/autoreco.log  2>>/u01/run/log/autoreco.bad

10 * * * * sh /u01/run/autodel

1>/u01/run/log/autodel.log  2>/u01/run/log/autodel.bad

or

10 * * * * sh /u01/run/autodel

1>/dev/null  2>1

 

If you have not any exception handling in the crontab job , the file /var/spool/mail/xxxx (eg: xxxx=oracle) will increate its size  until the size of   /var or   /   is full  ,  there will be some issues in the linux OS  . 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-628810/,如需轉載,請註明出處,否則將追究法律責任。

相關文章