at

yum -y install at
systemctl start atd

增加任务
at/crontab
增加任务的第三行是 是ctrl+D 表示的是退出
第四行是系统提示任务执行的时间

任务查询
atq
at/crontab

任务删除
atrm + 任务id
at/crontab

at 时间格式

at 00:00 2019-10-01

at/crontab

at/crontab

cron

systemctl start crond
定时任务
-e 进入编辑模式
-l 显示所有的定时任务
-r 清空所有的定时任务

格式
at/crontab
at/crontab

at/crontab

at/crontab

相关文章:

  • 2021-08-02
  • 2021-10-21
  • 2022-12-23
  • 2021-08-17
  • 2021-09-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-31
  • 2022-12-23
  • 2021-06-16
  • 2021-10-24
  • 2021-09-20
  • 2021-06-10
相关资源
相似解决方案