OS/AIX

[펌] AIX에서 특정 포트를 사용하는 프로세스 확인하기

python24 2012. 3. 8. 13:55

출처 : http://solarixer.blogspot.com/2008/07/aix.html


1. netstat -Aan | grep <확인하고자 하는 포트>
f100060002201b98 tcp4 0 0 *.46083 *.* LISTEN

2. rmsock f100060002201b98 tcpcb
The socket 0x3768808 is being held by proccess 315744 (nvnmgr).

3. ps -ef | grep 315744 로 검색하시면 됩니다.