Linux Cron 定时任务 UOS V20 操作系统
Linux Cron 定时任务 UOS V20 操作系统
查看当前定时任务(切换到root角色下)
crontab -l
编辑定时任务
crontab -e
- sh /opt/work/do.sh >/opt/work/cron.run.log 2>&1
重启定时任务
service cron restart
查看Linux下的cron服务状态
sudo systemctl status cron
Linux Cron 定时任务 UOS V20 操作系统
crontab -l
crontab -e
service cron restart
sudo systemctl status cron