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