如何知道远程的机器是否宕机
#!/bin/bash mail=2422606568@qq.com while true do ping -c 2 >/dev/null 2>&1 if [ $? -ne 0 ];then echo " |mail-s "ping baidu is down" $mail else echo "baidu is ok" fi; sleep 30 done
网页标题:如何知道远程的机器是否宕机
当前URL:http://azwzsj.com/article/gphcjs.html