定时执行任务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
深耕网站建设、视觉设计与SEO优化的一线实战洞察。
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