Kill the process that is using a TCP port.
Section: Process Control and Signals
Kill process using a port
bash
bash
fuser -k 8080/tcpExplanation
Kill the process that is using a TCP port.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Process Control and Signals
Force kill with SIGKILL
Immediately kill a process that is not responding.
Pause process with SIGSTOP
Suspend execution without terminating the process.