- Open a terminal of linux and write the next command.
sudo netstat -tupln
- Then, Choose the procces to kill and PID. Finally write the next command:
sudo kill -9 PID #example: sudo kill -9 19993
sudo netstat -tupln
sudo kill -9 PID #example: sudo kill -9 19993
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)