linux 查询对外的端口linux2020-08-31netstat -lnt | awk 'NR>2{print $4}' | grep -E '0.0.0.0:' | sed 's/.*://' | sort -n | uniq netstat -lnpt