netstatコマンドでポートを利用しているプロセスを調べる


[bash]
netstat -tanp
[/bash]

特定ポートのプロセスをしらべる
[bash]
lsof -i :61434
[/bash]