定时执行任务crontab用法

sudo crontab -e
编辑crontab,每小时执行一次
0 * * * * /home/atct/autodelete.sh

sudo systemctl start cron
sudo systemctl enable cron
sudo systemctl status cron


sudo systemctl stop cron

posted on 2025-12-16 16:19  万里驰骋  阅读(3)  评论(0)    收藏  举报

导航