# Window Linux port kill

3번이상 검색한거 같다.. 바보

# Window

netstat -a -o | findstr 포트번호
taskkill /f /pid <PID>
1
2

# Linux

fuser -k <포트 번호>/tcp
1