Kill A Linux Process

To kill a process, run

kill -9 PID

To kill a process by its name, run

pkill -9 -f '/x86_64\.uhavenobotsxd'

Leave a Comment