Linux 定时任务 cron

ps aux | grep cron 查看状态 service cron start // 启动服务 service cron stop // 关闭服务 service cron restart // 重启服务 service cron reload // 从新载入配置 1 添加任务 crontab -e  :1秒执行一次 php */1 * * * * /www/server/cron/cc
相关文章
相关标签/搜索