netstat -ano
netstat -tulpn
(전체 보기)
lsof -t -i:포트번호
netstat -tulnap | grep : 포트번호
(특정 찾기)
fuser -k -n tcp 포트넘버
kill -9 프로세스ID
슬슬 기억력이.. ㅠㅠ
'배워서 남주는 코딩' 카테고리의 다른 글
$.ajax / $.ajaxForm / $.ajaxSubmit is not a function (0) | 2020.01.23 |
---|---|
Error: Connection lost: The server closed the connection. (0) | 2019.11.26 |
More than one file was found with OS independent path (0) | 2019.10.16 |
kakaomap api by 'Can't load DaumMapEngineApi.so file' (1) | 2019.10.15 |
Broken AVD system path (0) | 2019.10.02 |