1、TCP端口
echo "### TCP LISTEN ###" lsof -nP -iTCP -sTCP:LISTEN
2、UDP端口
echo "### UDP LISTEN ###" lsof -nP -iUDP -sTCP:LISTEN