💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
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 //查看服务状态