标签: crond

1 篇文章

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