0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

localhost立ち上げすぎた→ポート番号を指定して停止する方法

Posted at

ローカル環境を同時に立てすぎて使いたいポート番号が使われているけど、どこの何が使ってるのかわからなくなった時の対処方法

ポート番号が3000の場合

3000の情報を確認

lsof -i:3000

表示される「PID」をメモ

停止コマンド

kill -QUIT {PID}

これで3000番は停止する

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?