LoginSignup
1
0

More than 3 years have passed since last update.

portの8000番がLISTENできているかを確認するコマンド

Last updated at Posted at 2019-09-23
netstat -an | grep 8000

-a = 全ての接続を表示
-n = 出力をIPアドレスなど数値のみに抑制する(DNS逆引きを行わないなど)

参考
https://www.atmarkit.co.jp/fnetwork/netcom/netstat/netstat.html

以上。

1
0
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
1
0