Examine which process using the port

You could show which process is using the specific port with fuser command. This is an example for the port 22/tcp.

# fuser -vn tcp 22
here: 22

              USER     PID ACCESS COMMAND
22/tcp        root     2642 f....  sshd

Linux
2008/05/08 07:51



コメント

コメントを見る (0)

コメントを投稿