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
相關文章
相關標籤/搜索