crontab에 스케쥴이 없는데 log에는 쉘이 돌고있어요!
글쓴이: jkichan27 / 작성시간: 금, 2018/04/13 - 10:49오전
crontab -l
결과가
#00 1 * * * 경로지움/runCreateVanStatistics.sh #10 1 * * * 경로지움/runCreateFailTransStatistics.sh #20 1 * * * 경로지움/sbin/runCreateTransStatistics.sh #30 1 * * * 경로지움/runCreateSalesStatistics.sh #00 2 * * * 경로지움/runCreateSettlmnt.sh
이렇게 뜨는데 crontab log에는
Mar 12 03:00:01 localhost CROND[124837]: 경로지움 / runCreateTax.sh
요게 3시마다 돌고있네요;;
crontab 말고 스케쥴러가 따로있는걸까요;;
궁금해서 여쭈어봅니다.
Forums:
/etc 아래에 있는 cron.daily/
/etc 아래에 있는 cron.daily/ cron.hourly/ cron.monthly/ cron.weekly/ 도 확인해보세요
---
http://coolengineer.com
다 봤는데도 없네요 ㅠ 에공.. 답변 감사드립니다.!
다 봤는데도 없네요 ㅠ 에공..
답변 감사드립니다.!
grep -wr runCreateTax /etc
grep -wr runCreateTax /etc /var
이렇게 검색해보심이.
---
http://coolengineer.com
/etc/cron.d 도 있습니다.
/etc/crontab, /etc/cron.d/* 도 있습니다.
crontab command는 user cronjob 으로 RHEL 기준으로는 /var/spool/cron 에 저장되는 사용자 cron job 입니다.
댓글 달기