摘要:
function is_running(){ s=`ps -ef|grep $1|wc -l` echo ${s} if [ ${s} -gt 1 ];then echo "$1 is running" else list=`chkconfig --list|grep $2|wc -l` if [ 阅读全文
posted @ 2017-06-29 15:35
改变自己从代码开始
阅读(348)
评论(1)
推荐(0)
2017年6月29日