Skip to content
비버팩토리 기술 블로그
Search...
Main Navigation
Info
about
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
리눅스에서 특정 포트를 사용하는 프로세스 확인하기
#
사용법 :
bash
lsof
-i:8080
kill
-9
$(
lsof
-t -i:8080
)