测试开发必备技能之shell脚本编程二【多测师】

Shell脚本练习 1,启动/关闭/重启/查看状态Nginx脚本; [[email protected] xiaoshu5]# vim xiaoshu5.sh #!/bin/bash # if [ "$1" == "start" ];then     service nginx start     echo "start" elif [ "$1" == "stop" ];then     serv
相关文章
相关标签/搜索