发新话题
打印

Linux下用lsof查看UDP连接

Linux下用lsof查看UDP连接

UDP连接:
lsof -n -P -i UDP

TCP连接:
lsof -n -P -i TCP

TCP以及UDP连接:
lsof -n -P -i

TOP

发新话题