CentOS
command, crontab 사용방법
앤비
2018. 1. 20. 15:55
$ crontab -l # 크론의 설정내용을 출력함
$ crontab -e # 설정 내용을 수정함
$ crontab -r # 설정 내용을 삭제함
$ vi /etc/crontab
$ /etc/init.d/crond restart