Programming/Etc

현재 사용중인 port 확인

Renechoi 2023. 1. 26. 22:48
sudo lsof -PiTCP -sTCP:LISTEN

 

 

pid 명령으로 닫기 

sudo kill -9 PID

 

반응형