How to find the PID of a Virtual Machine and Kill It
Sometimes a Virtual Machine is hung in a funky state. To find the PID run:
grep -ir vmx /proc/vmware*
Find the PID, then run:
kill -9 PID#
- Jason Langone
Posted on Feb 7, 11:21 AM by Jason Langone
Commenting is closed for this article.

2007 Systems Architech.