重启crontab服务:service crond restart
启动crontab服务:service crond start
停止crontab服务:service crond stop
执行文字编辑器来设定时程表:crontab -e
删除目前的时程表:crontab -r :
列出目前的时程表:crontab -l
查看crontab服务状态:service crond status