首页 > 系统服务 > 详细

aix用命令查监听端口对应的进程

时间:2016-01-13 17:18:01      阅读:304      评论:0      收藏:0      [点我收藏+]

 


$netstat -an|grep LISTEN|grep 7867
tcp4 0 0 *.7867 *.* LISTEN
$netstat -Aan|grep 7867
f1000e00029fe3b0 tcp4 0 0 *.7867 *.* LISTEN
$rmsock f1000e00029fe3b0 tcpcb
The socket 0x29fe008 is being held by proccess 2884424 (test).
$ps -ef|grep 2884424
admin 4128816 2491030 0 16:14:42 pts/6 0:00 grep 2884424
admin 2884424 2884008 0 15:31:15 pts/3 0:00 test
$

aix用命令查监听端口对应的进程

原文:http://www.cnblogs.com/book-gary/p/5127639.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!