●cronの場所 /var/crontab
●cron の起動方法
# /etc/rc.d/init.d/crond start
crond を起動中: [ OK ]
●cron の再起動方法
# /etc/rc.d/init.d/crond restart
crond を停止中: [ OK ]
crond を起動中: [ OK ]
●cron の停止方法
# /etc/rc.d/init.d/crond stop
crond を停止中: [ OK ]
●電源をONしたとき、cronが自動起動するか確認
# chkconfig --list crond
crond 0:off 1:off 2:on 3:on 4:on 5:on 6:off
3:onなので、自動起動する。
$ ps aux | grep php | grep -v grep | awk '{ print "kill -9", $2 }' | sh

