#!/bin/sh
AA='\E[1;31m'
BB='\E[1;32m'
CC='\E[1;33m'
DD='\E[1;34m'
EE='\E[1;35m'
FF='\E[1;36m'
GG='\E[1;37m'
RES='\E[0m'
cat (){
echo -e "${AA} ===================================== ${RES}"
echo -e "${DD} ======== 1.mysql function look ====== ${RES}"
echo -e "${FF} ======== 2.samba function look ====== ${RES}"
echo -e "${CC} ======== 3.postfix function look ==== ${RES}"
echo -e "${GG} ======== 4.or please exit ======= ${RES}"
echo -e "${EE} ===================================== ${RES}"
}
user1 (){
echo -e "${AA} ===================================== ${RES}"
echo -e "${BB} ======== 1.look mysql process ======= ${RES}"
echo -e "${BB} ======== 2.look mysql port ======= ${RES}"
echo -e "${BB} ======== 3.install mysql ======= ${RES}"
echo -e "${BB} ======== 4.or please exit ======= ${RES}"
echo -e "${EE} ===================================== ${RES}"
}
user2 (){
echo -e "${AA} ===================================== ${RES}"
echo -e "${FF} ======== 1.look samba process ======= ${RES}"
echo -e "${FF} ======== 2.look mysql port ======= ${RES}"
echo -e "${FF} ======== 3.install samba ======= ${RES}"
echo -e "${FF} ======== 4.or please exit ======= ${RES}"
echo -e "${EE} ===================================== ${RES}"
}
user3 (){
echo -e "${AA} ===================================== ${RES}"
echo -e "${CC} ======== 1.look postfix process ===== ${RES}"
echo -e "${CC} ======== 2.look postfix port ===== ${RES}"
echo -e "${CC} ======== 3.install samba ===== ${RES}"
echo -e "${GG} ======== 4.or please exit ===== ${RES}"
echo -e "${EE} ===================================== ${RES}"
}
cat
while true
do
read -p "please input look function's number:" a
expr $a + 0 &>/dev/null
if [ $? -eq 0 ]&&(($a<=4));then
echo "please input a number{1|2|3|4}" && break
else
echo "you input no not number,please lose!"
echo "please input a number{1|2|3|4}"&& continue
fi
done
if [ $a -eq 1 ];then
user1
read -p "please input you want look mysql function SN!:" a1
expr $a1 + 1 &>/dev/null
if [ $? -eq 0 ];then
if [ $a1 -eq 1 ]&&[ -n $a1 ];then
A=$(ps -ef | grep "mysql" | grep -v "root" |wc -l)
expr $A + 0 &>/dev/null
if [ $? -eq 0 ];then
/bin/ps -ef|grep "mysql" | grep -v "root" |awk '{print $1 "\t" $2 "\t" $3 "\t" $4 "\t" $5 "\t" $6}'
echo "mysql process open!"
else
echo "mysql process no open!"
fi
elif [ $a1 -eq 2 ]&&[ -n $a1 ];then
AA=$(netstat -tlun | grep "3306" |wc -l)
expr $AA + 0 &>/dev/null
if [ $? -eq 0 ];then
/bin/netstat -tlun | grep "3306"
echo "mysql 3306 port open!"
else
echo "mysql 3306 port no open!"
fi
elif [ $a1 -eq 3 ]&&[ -n $a1 ];then
echo "install apache 5.3.3"
echo "no install mysql function!"
elif [ $a1 -eq 4 ]&&[ -n $a1 ];then
echo "quit mysql function interface!"
exit
else
echo "You entered is not {1|2|3|4} has quit!"
fi
else
echo "You entered is not {1|2|3|4} has quit!"
fi
#11
elif [ $a -eq 2 ];then
#2
user2
read -p "please input you want look samba function SN!:" a2
expr $a2 + 1 &>/dev/null
if [ $? -eq 0 ];then
if [ $a2 -eq 1 ]&&[ -n $a2 ];then
B1=$(ps -ef| grep "smb"| grep -v "grep"|wc -l)
B2=$(ps -ef| grep "nmb"| grep -v "grep"|wc -l)
expr $B1 + $B2 + 0 &>/dev/null
if [ $? -eq 0 ];then
/bin/ps -ef| grep "smb"| grep -v "grep"
/bin/ps -ef| grep "nmb"| grep -v "grep"
echo "samba process open!"
else
echo "samba process no open!"
fi
elif [ $a2 -eq 2 ]&&[ -n $a2 ];then
BB1=$(netstat -tlun | grep "445"|grep "0.0.0.0"|wc -l)
BB2=$(netstat -tlun | grep "139"|grep "0.0.0.0"|wc -l)
BB3=$(netstat -tlun | grep "138"|grep "0.0.0.0"|wc -l)
BB4=$(netstat -tlun | grep "137"|grep "0.0.0.0"|wc -l)
expr $BB1 + $BB2 + $BB3 + $BB4 + 0 &>/dev/null
if [ $? -eq 0 ];then
netstat -tlun | grep "445"|grep "0.0.0.0"
netstat -tlun | grep "139"|grep "0.0.0.0"
netstat -tlun | grep "138"|grep "0.0.0.0"
netstat -tlun | grep "137"|grep "0.0.0.0"
echo "samba "445" "139" "138" "137" port open!"
else
echo "samba "445" "139" "138" "137" port no open!"
fi
elif [ $a2 -eq 3 ]&&[ -n $a2 ];then
echo "install samba 5.3.3"
echo "no install samba function!"
elif [ $a2 -eq 4 ]&&[ -n $a2 ];then
echo "quit samba function interface!"
exit
else
echo "You entered is not {1|2|3|4} has quit!"
fi
else
echo "You entered is not {1|2|3|4} has quit!"
fi
#22
elif [ $a -eq 3 ];then
#3
user3
read -p "please input you want look postfix function SN!:" a3
expr $a3 + 1 &>/dev/null
if [ $? -eq 0 ];then
if [ $a3 -eq 1 ];then
C=$(ps -ef | grep postfix | grep -v "grep" |wc -l)
expr $C + 0 &>/dev/null
if [ $? -eq 0 ];then
/bin/ps -ef | grep postfix | grep -v "grep"
echo "postfix process open!"
else
echo "postfix process no open!"
fi
elif [ $a3 -eq 2 ];then
CC=$(netstat -tlun | grep "25"| grep "tcp"|wc -l)
expr $CC + 0 &>/dev/null
if [ $? -eq 0 ];then
netstat -tlun | grep "25"| grep "tcp"
echo "postfix 25 port open!"
else
echo "postfix 25 port no open!"
fi
elif [ $a3 -eq 3 ];then
echo "install postfix 5.3.3"
echo "no install postfix function!"
elif [ $a3 -eq 4 ];then
echo "quit postfix function interface!"
exit
else
echo "You entered is not {1|2|3|4} has quit!"
fi
else
echo "You entered is not {1|2|3|4} has quit!"
fi
#33
elif [ $a -eq 4 ];then
#4
echo "quit function menu!"
exit
#44
else
echo "You entered is not {1|2|3|4} has quit!"
fi
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無(wú)理由+7*72小時(shí)售后在線(xiàn),公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性?xún)r(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專(zhuān)為企業(yè)上云打造定制,能夠滿(mǎn)足用戶(hù)豐富、多元化的應(yīng)用場(chǎng)景需求。
文章題目:shell菜單腳本-創(chuàng)新互聯(lián)
網(wǎng)頁(yè)網(wǎng)址:http://aaarwkj.com/article24/dohgce.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站維護(hù)、網(wǎng)站制作、網(wǎng)站改版、建站公司、網(wǎng)站內(nèi)鏈、網(wǎng)站排名
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀(guān)點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容