Linux Crontab命令定时任务基本语法

一、Crontab查看编辑重启 1、查看crontab定时执行任务列表 crontab -l 2、编辑crontab定时执行任务 crontab -e 3、删除crontab定时任务 crontab -r 4、相关命令: sudo service crond start     #启动服务 sudo service crond stop      #关闭服务 sudo service crond 
相关文章
相关标签/搜索