缺陷是如果其他程序用了httpd也会查找出来可以ps aux|grep 安装路径/bin/httpd|grep -v grep来查找
2016-02-18
运行httpd,用find找到httpd.pid在哪里
[ -e httpd.pid地址 ]判断httpd.pid是否存在,存在就是运行的,反之亦然
[ -e httpd.pid地址 ]判断httpd.pid是否存在,存在就是运行的,反之亦然
2016-02-18
gt(greater than)、lt(less than)、ge(greater than or equal)、le(less than or equal)
2016-01-27
[ "$aa" == "$bb" ] && echo "Yes" ||echo "No" ,[]中间必须有空格!!!
2016-01-27