操作
systemctl start crond.service #启动
systemctl stop crond.service #停止
systemctl restart crond.service #重启
systemctl reload crond.service #重新载入
systemctl status crond.service #查看
查看crontab
crontab –l
编辑crontab
crontab –e
删除crontab
crontab –r
定时执行
* * * * * source /usr/local/work/xxx.sh
00 03 * * * #每日三点执行