일정 시간을 간격으로 데이터베이스를 갱신하기 위해서
http://a.co.kr/db_update.php 라는 스크립트를 만들었습니다. 그리고 이걸
주기적으로 실행시키기 위해서 /etc/crontab 에 등록을 하였습니다. 실행 명
령어는
05 * * * * root :lynx a.co.kr/db_update.php -dump > /dev/null
입니다.
그런데 지정된 시간마다 실행이 되는 대신에 아래와 같은 메세지가 메일로
날라옵니다.
Your terminal lacks the ability to clear the screen or position the
cursor.
뭐가 문제인지 모르겠습니다. 답변 부탁드립니다.--Digital.