Linux系统管理学习(四)--定时任务
作者:互联网
1 at 一次执行
1.1 确定at安装
1.2 at范文控制
[root@web ~]# chkconfig --list
注:该输出结果只显示 SysV 服务,并不包含
原生 systemd 服务。SysV 配置数据
可能被原生 systemd 配置覆盖。
要列出 systemd 服务,请执行 'systemctl list-unit-files'。
查看在具体 target 启用的服务请执行
'systemctl list-dependencies [target]'。
jexec 0:关 1:开 2:开 3:开 4:开 5:开 6:关
netconsole 0:关 1:关 2:关 3:关 4:关 5:关 6:关
network 0:关 1:关 2:开 3:开 4:开 5:开 6:关
[root@web ~]# chkconfig --list |grep atd
注:该输出结果只显示 SysV 服务,并不包含
原生 systemd 服务。SysV 配置数据
可能被原生 systemd 配置覆盖。
要列出 systemd 服务,请执行 'systemctl list-unit-files'。
查看在具体 target 启用的服务请执行
'systemctl list-dependencies [target]'。
[root@web ~]#
1.3 at命令
# 1.4 例子
2 crontab定时任务(上)
例子
3 系统crontab配置
4 anacron配置及总结
基本不用用户参与
标签:systemd,系统管理,服务,target,SysV,list,systemctl,Linux,定时 来源: https://blog.csdn.net/yupei6699/article/details/104446300