Netstat anp | grep port numberCopy the code

Query the PID of the lower port

And then kill it

kili -9 pid
Copy the code