How to kill a process running on particular port in Linux? Appetenza 0 minutes, 7 seconds To Read 2023-05-20 08:03:28 ubantu Unix CentOs This fuser 8080/tcp will print you PID of process bound on that port. And this fuser -k 8080/tcp will kill that process.