定时任务 crontab –e 编辑某个用户的crontab文件内容 Crontab 编辑定时任务 01 00 * * * /xxx/path/b.sh 每天0时1分(建议在02-04点之间,系统负载小) 设置好时间执行写好的shell脚本 相关文章: