by-nc-sa     개발자, DBA가 함께 만들어가는 오라클클럽 지식창고!

crontab




crontab 설치

  • crontab -l 실행시, crontab: command not found 오류 발생시

설치

[root@localhost]# crontab -l
-bash: crontab: command not found

[root@localhost]# service crond start
crond: 인식되지 않은 서비스

[root@localhost]# rpm -qa | grep cron
crontabs-1.10-8

[root@localhost]# yum -y install vixie-cron

[root@localhost]# rpm -qa | grep cron
crontabs-1.10-8
vixie-cron-4.1-77.el5_4.1

[root@localhost]# service crond start
crond (을)를 시작 중: [  OK  ]

문서정보

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.