摘要: #!/bin/bash #tcp part port1=`netstat -an|grep LISTEN|egrep "0.0.0.0|:::"|awk '/^tcp/ {print $4}'|awk -F: '{print $2$4}'|sort -n` echo "TCP state:" echo "--------------------------------" echo "PORT ... 阅读全文
posted @ 2017-10-17 15:14 什么都不会的小郭 阅读(3729) 评论(0) 推荐(0)