+ -
当前位置:首页 → 问答吧 → 请教如何查看系统当前端口对应的进程

请教如何查看系统当前端口对应的进程

时间:2011-03-08

来源:互联网

$ netstat -Aan|grep 4200
f100070002204200 udp4       0      0  *.*                *.*
f1000700021f4200 udp4       0      0  *.*                *.*
f100070000084200 udp4       0      0  *.*                *.*
f1000700025d4200 udp4       0      0  *.*                *.*
f1000700015c4200 udp4       0      0  *.*                *.*
f100070001b44200 udp4       0      0  *.*                *.*
f100070002b24200 udp4       0      0  *.*                *.*
f100070001cb4200 udp4       0      0  *.*                *.*
f100070005d54200 udp4       0      0  *.*                *.*
f100070005c74200 udp4       0      0  *.*                *.*
f10007000ae24200 udp4       0      0  *.*                *.*
f10007000fe42000 udp4       0      0  *.*                *.*
f100070005d24200 udp4       0      0  *.*                *.*
f100070000524200 udp4       0      0  *.*                *.*
f10007000f942000 udp4       0      0  *.*                *.*
f10007000aac4200 udp4       0      0  *.*                *.*
f100070001b04200 udp4       0      0  *.*                *.*
f10007000a942000 udp4       0      0  *.*                *.*
f10007000adf4200 udp4       0      0  *.*                *.*
f10007000a9e4200
$ rmsock f10007000a9e4200 tcpcb
It is not a socket
请教下是哪个进程打开了4200端口,如何查看谢谢

作者: sybaseoracle   发布时间: 2011-03-08

不能生搬硬套

作者: yddll   发布时间: 2011-03-09