PS -aux | GREP PID | zabić

# qemu is the process name
ps aux|grep qemu|awk '{print $2}'|xargs kill -9
Xerothermic Xenomorph