statistic of TCP/UDP port and service on MacOS
1、TCP端口
echo "### TCP LISTEN ###"
lsof -nP -iTCP -sTCP:LISTEN
2、UDP端口
echo "### UDP LISTEN ###"
lsof -nP -iUDP -sTCP:LISTEN
Back to Table of Contents
Disclaimer
- License under
CC BY-NC 4.0
- Copyright issue feedback
me#imzye.com
, replace # with @ - Not all the commands and scripts are tested in production environment, use at your own risk
- No personal information is collected.
Feedback