cron 을 통하여 다음을 실행하려고 합니다.
crontab -e 로 다음과 같이 edit 했습니다.
==========================================
#!/bin/sh
/usr/sbin/mailstats >> /root/mail/mail_statistics
/usr/sbin/mailstats -p
===========================================
그런데.... mailstats의 내용이 mail_statistics에
전혀 append 가 되지 않습니다..
mail_statistic 파일은 생성이 됩니다.
왜 그럴까요???