Skip to content
On this page

리눅스에서 특정 포트를 사용하는 프로세스 확인하기

사용법 :

bash
lsof -i:8080
kill -9 $(lsof -t -i:8080)