crontab计划 -计划任务和日志管理

开启atd   service atd status  或 /etc/init.d/atd status
          service atd starrt

开机启动  chkconfig  atd on

at  20:41    //启动
at> echo `data` >


at -l    查看任务

atrm number   删除任务





//周期性任务
vim   /etc/crontab
分  时   日    月    星



service     crond    status    查看状态
chkconfig   crond    on        开机启动

posted on 2018-02-19 00:07  enet01  阅读(174)  评论(0编辑  收藏  举报