crontab 中添加的新任务未运行
大约上午 8:10,我使用“crontab -e”编辑了 crontab 任务,添加了一个应在上午 8:20 运行的简单任务。
00 3 * * * sh /home/als6fd/bin/run1.sh
20 8 * * * sh echo "hello">>/home/als6fd/ggfan/1.txt
但早上 8 点 20 分它没有运行。什么可能导致这个问题?
如果我调用“/sbin/service crond reload”,则会发生错误。
At about 8:10 AM, I edited crontab tasks with "crontab -e", added a simple task which should run at 8:20 AM.
00 3 * * * sh /home/als6fd/bin/run1.sh
20 8 * * * sh echo "hello">>/home/als6fd/ggfan/1.txt
But it did not run at 8:20 AM. What may cause this problem?
If I call "/sbin/service crond reload", an error occurs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题已修复:
因为当前用户无权写入 /home/als6fd/ggfan
problem fixed:
as current user does not have right to write to /home/als6fd/ggfan