码迷,mamicode.com
首页 > 其他好文 > 详细

unit介绍

时间:2018-05-13 19:05:49      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:unit介绍

技术分享图片
#ls /usr/lib/systemd/system //查看系统中所有的unit类型
技术分享图片
#systemctl list-units //列出正在运行的unit
#systemctl list-units --all //列出所有,包括失败的或者inactive的
#systemctl list-units --all --state=inactive //列出inactive的unit
#systemctl list-units --type=service //列出状态为active的service
#systemctl is-active crond.service //查看某个服务是否为active

unit介绍

标签:unit介绍

原文地址:http://blog.51cto.com/13669226/2115750

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!