linux下删除指定crontab定时任务

一、新建两个脚本文件用来进行测试shell test1.sh测试 ping 114.114.114.114 test2.sh ping 8.8.8.8 二、经过crontab -e命令编辑crontab任务,增长内容以下: */1 * * * * /dd/shell/test1.sh */1 * * * * /dd/shell/test2.sh code 添加完成后,查看下crontab内容:cr
相关文章
相关标签/搜索