netstat

  • socketを表示
netstat
  • LISTENERを表示
netstat -l
  • すべて表示
netstat -a
  • 名前解決せずに表示
netstat -an
  • プロセス名付きで表示
netstat -anp

cf. ss