10.23 linux任务计划cron 10.24 chkconfig工具 10.25 system

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了10.23 linux任务计划cron 10.24 chkconfig工具 10.25 system相关的知识,希望对你有一定的参考价值。

10.23 linux任务计划cron
技术分享图片
crontab的命令参数
-u 指定某个用户,不加-u则指当前用户
-e 表示制定任务计划,与VIM的用法类似
-l 列出当前的任务计划
-r 删除任务计划
技术分享图片

10.24 chkconfig工具
技术分享图片
10.25 systemd管理服务
技术分享图片

技术分享图片

技术分享图片
10.26 unit介绍

技术分享图片

技术分享图片

技术分享图片
10.27 target介绍
service 、unit以及target之间的相互联系
1.一个service属于一种unit
2.多个unit一起组成一个target
3.一个target里面包含了多个service,你可以查看文件/usr/lib/systemd/system/sshd.service里面[install]部分的内容,它就定义了该service属于哪一个target
技术分享图片

以上是关于10.23 linux任务计划cron 10.24 chkconfig工具 10.25 system的主要内容,如果未能解决你的问题,请参考以下文章

10.23 linux任务计划cron 10.24 chkconfig工具 10.25 system

10.23 linux任务计划cron 10.24 chkconfig工具 10.25 system

10.23 linux任务计划cron10.24chkconfig工具10.25 systemd管理服务10.26 unit介绍 10.27 target介绍

2018-5-11

Linux任务计划cron,chkconfig工具,systemd管理服务,unit介绍,target介绍

2018.1.29 8周1次课