crontab 启动 依赖 crontabs包和 crond服务, crond服务使用的crontab定义的命令

因此需要:
service crond start    (有的是service cron start)
或者
/etc/rc.d/init.d/crond start

加入开机自动启动:
chkconfig --level 35 crond on

相关文章:

  • 2022-12-23
  • 2021-12-24
  • 2021-06-10
  • 2021-08-26
  • 2021-11-10
  • 2021-09-14
  • 2021-11-26
  • 2021-12-29
猜你喜欢
  • 2021-06-30
  • 2022-02-10
  • 2021-05-30
  • 2021-11-27
  • 2022-01-03
  • 2021-08-08
相关资源
相似解决方案