chkconfig --list |grep crond
ps aux|grep crond


一般情况,系统定时任务都会跟系统一起开机启动。
service crond restart


chkconfig crond on
#crontab [选项]
选项:
-e 编辑crontab定时任务
-l 查询crontab任务
-r 删除当前用户所有crontab任务


*****command

crontab的使用

crontab的使用

crontab的使用




注意:
%在定时任务,必须加\转义符
系统定时任务,有时候会判断系统繁忙情况,错开系统繁忙时间,而延时执行。

相关文章:

  • 2021-12-10
  • 2021-06-02
  • 2021-12-22
  • 2021-10-24
  • 2022-03-09
猜你喜欢
  • 2021-06-04
  • 2022-03-05
  • 2021-12-10
  • 2021-06-25
  • 2021-07-02
相关资源
相似解决方案