Creating Computer Notes/VMware Workstation/Kill a Zombie VM

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials

Kill a zombie VM on linux

1) Find the PID:

ps aux | grep -i vmware-vmx

2) Kill the process:

sudo kill -9 [PID]