企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
1.查看是否安装 ` rpm -qa cronie` 2.查看是否运行 ` systemctl is-active crond` 3.是否开机自启 `systemctl is-enabled crond` 4.查看运行的定时任务 `crontab -l ` 5.定时任务格式详解 ![](https://box.kancloud.cn/b866380fc2bf221ec370f8152f73f244_846x515.png) ***** 一.cront服务 cron是一个linux下 的定时执行工具,可以在无需人工干预的情况下运行作业。 systemctl start crond.service //启动服务 systemctl stop crond.service //关闭服务 systemctl restart crond.service //重启服务 systemctl reload crond.service //重新载入配置 systemctl status crond.service //查看服务状态