# shutdown local server

stack overflow

sudo lsof -i :7777

http://localhost:7777์„ ๋„๊ณ ์ž ํ•˜๋ฉด :7777์„ ์ž…๋ ฅํ•œ๋‹ค.

ํ„ฐ๋ฏธ๋„์ฐฝ์—์„œ PID๋ฅผ ํ™•์ธ

sudo kill -9 PID

PID๋ฅผ ์ž…๋ ฅํ•˜์—ฌ ์„œ๋ฒ„๋ฅผ killํ•œ๋‹ค.

Last updated

Was this helpful?