crontab 使用命令记录

1.查看crontab当前任务

crontab -l

2.编辑crontab任务

crontab -e

3.crontab相关命令

service crond start //启动服务
service crond stop //关闭服务
service crond restart //重启服务
service crond reload //重新载入配置
service crond status //查看服务状态

你可能感兴趣的:(crontab 使用命令记录)