cron 을 통하여 다음을 실행하려고 합니다.
crontab -e 로 다음과 같이 edit 했습니다.
==========================================
00 01 * * * * /usr/sbin/mailstats >> /root/mail/mail_statistics 2>&1
===========================================
그랬더니..다음과 같은 메시지가 mail_statistics 에 있더라구요..
/bin/sh: a: command not found
왜 그런건가요???