Aix cronjob 设定问题

发布于 2022-09-08 04:03:29 字数 78 浏览 6 评论 3

由于在aix下面新增cronjob, 怎么好像没有在跑呢?
要请教一下在aix下面异动或新增crontab设定是不是要重启crontab服务器?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

黯然 2022-09-14 04:58:50

LS的,人家在说crontab

救赎№ 2022-09-14 03:12:34

mkitab { [ Identifier ] : [ RunLevel ] : [ Action ] : [ Command ] }
编辑需注意字符问题。。。。。。。

天气好吗我好吗 2022-09-09 03:49:58

是的,要重启

man crontab就看的到

  1. The cron daemon examines crontab files only when the cron daemon is
  2.        initialized. When you make changes to your crontab file using the
  3.        crontab command, a message indicating the change is sent to the cron
  4.        daemon. This eliminates the overhead of checking for new or changed
  5.        files at regularly scheduled intervals.

复制代码你要是使用crontab -e(推荐方法)的话,他会自动帮你examine

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