how to kill zombie process?

How to kill a zombie process on a MBP using the Terminal?




command:


ps -A -ostat,ppid,pid,command | grep -e '^[Zz]'


output:


Z 1 952 (prl_disp_service)


Z 952 1166 (prl_vm_app)




"sudo kill -s HUP 1" and "kill -9 952 1166" has not worked for me.

Posted on Sep 28, 2019 11:31 PM

Reply
1 reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

how to kill zombie process?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.