yum安装Apache2.4分析
一、系统环境 系统版本为centos6.5最小化安装 # cat /etc/centos-release CentOS release 6.5 (Final) 查看系统自带yum库...
访客
2019-12-26 12:43:51阅读:369
一、系统环境 系统版本为centos6.5最小化安装 # cat /etc/centos-release CentOS release 6.5 (Final) 查看系统自带yum库...
2019.08.28 1. 编写一个shell脚本,判断192.168.1.0/24络内,在线的ip有哪些,能ping通就代表在线。 [[email protected] scripts]# vim 00...
命令安装 [[email protected] ~]# yum -y install psmisc [[email protected] ~]# rpm -ql psmisc /usr/bin/killal...
status, msg = commands.getstatusoutput("ps -ef | grep start.sh | grep -Fv grep | awk '{print $10}'...