码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2016-01-13 17:18:19      阅读:214      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!