理想社会

记载我的心路历程

十二月 19th, 2011

AIX下查看端口占用的进程

39 views, Linux, by now163.

1:首先根据端口号

netstat -Aan | grep 389

返回

f1000089c27a2358 tcp4 0 0 *.389 *.* LIST EN
 
2:rmsock f100089c27a2358 tcpcb
 
The socket 0x702f6800 is being held by proccess 4986 (inetd).

得到id为4986

Back Top

回复自“AIX下查看端口占用的进程”

  1. 没有任何评论。
  1. 没有任何引用。

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*