1. First, find a zombie process marked as `Z` using `ps aux` and get its PID. 2. Use `pstree -p -s <PID>` to find the parent of zombie process. ### See also 1. [[What is Zombie Process?]] 2. [[How to find parent process for selected PID?]]