摘要: 概念-计划任务:在某个时段自动执行某个任务 at:只执行一次 语法:at 时间 服务:atd 必须开启 如没有:yum install at -y 查看服务状态是否开启 systemctl status | start | stop | restart atd 实战-使用 at 创建计划任务 1、实 阅读全文
posted @ 2018-05-21 23:24 Mr-Lee-long 阅读(627) 评论(0) 推荐(0) 编辑