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 로 검색하시면 됩니다.

반응형
Posted by cocon