摘要: 1 install.sh 内容: 2 #!/bin/bash 3 #Author:liuzheng 4 #Company:Drastically 5 #Version:2.0 6 7 . /etc/init.d/functions 8 9 #显示界面 10 function menu() { 11 阅读全文
posted @ 2020-08-07 18:11 ascertain 阅读(601) 评论(0) 推荐(0)
摘要: centos6以前版本 service --status-all 在centos7也可使用,但是只能看到由其管理的服务 centos6 centos7 pstree systemctl systemctl |grep running systemctl list-units -t service s 阅读全文
posted @ 2020-08-07 15:34 ascertain 阅读(2154) 评论(0) 推荐(0)