crontab 中添加的新任务未运行

发布于 2024-11-13 10:06:21 字数 282 浏览 0 评论 0原文

大约上午 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜尕妞 2024-11-20 10:06:21

问题已修复:
因为当前用户无权写入 /home/als6fd/ggfan

problem fixed:
as current user does not have right to write to /home/als6fd/ggfan

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文