直接编写的 /etc/crontab
0 5 * * * /bin/bash /root/test.sh > /dev/null 2>&1
检查未生效,经查,如果直接编写文件,需要加上执行用户才可以。如下:
0 5 * * * root /bin/bash /root/test.sh > /dev/null 2>&1
推荐直接 crontab -e 编写任务
0 5 * * * /bin/bash /root/test.sh > /dev/null 2>&1
直接编写的 /etc/crontab
0 5 * * * /bin/bash /root/test.sh > /dev/null 2>&1
检查未生效,经查,如果直接编写文件,需要加上执行用户才可以。如下:
0 5 * * * root /bin/bash /root/test.sh > /dev/null 2>&1
推荐直接 crontab -e 编写任务
0 5 * * * /bin/bash /root/test.sh > /dev/null 2>&1
设置定时任务,别再写死了!动态定时任务真的太爽了!
crontab –e2、自行添加命令0 1 * * * sh /opt/r...
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M