PS -AUX | grep pid | tuer
# 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