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