LoginSignup
4
2

More than 3 years have passed since last update.

今、LISTENなプロセスを調べたい時

Posted at

今、LISTENなプロセスを調べるコマンド

$ sudo lsof -i -P | grep "LISTEN"

ポート番号を指定する場合

$ lsof -i:8080 -P | grep "LISTEN"

参考: lsofコマンド入門

4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2