To get the process id running the port
lsof -i :port_number
lsof -i :port_number -P -n
To terminate the process
kill PID
kill -9 PID
For further actions, you may consider blocking this person and/or reporting abuse
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Cesar Aguirre -
GitHubOpenSource -
Sebastian Wrzałek -
Mike Young -
Top comments (0)