Creating Computer Notes/VMware Workstation/Kill a Zombie VM

From Cramsession
Revision as of 18:21, 27 June 2026 by Mflavell (talk | contribs) (Created page with " Kill a zombie VM on linux 1) Find the PID: ps aux | grep -i vmware-vmx 2) Kill the process: sudo kill -9 [PID]")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]