任务调度(crond,at)[linux] 2024-11-30 20:34 | linux 501 字 | 4 分钟 基本语法 # crontab [选项] # -e 编辑crontab定时任务 # -l 查询crontab定时任务 # -r 删除crontab定时任务 # 设置任务调度文件 /etc/crontab # 设置个人任务调度:执行crontab -e命令 # 输入任务到调度文件 # 每小时每分钟执行ls -l /etc/ > /tmp/to.… crondlinux