Linux: crontab管理计划任务
crontab 命令
- crontab 编辑
crontab -e
- crontab 列举
crontab -l
- crontab 删除
crontab -r
crontab 配置
# m h dom mon dow command
# 合并时间段,跳过5-6点
0,30 0-3,6-23 * * * /home/ubuntu/scripts/auto-test.sh
#* * * * * /home/ubuntu/scripts/auto-test.sh

浙公网安备 33010602011771号