Listen to simulation instructions
As a part of your daily maintenance, you scan for and kill any zombie processes on the system.
In this lab, your task is to:
Use the ps aux command to find zombie processes. Zombie processes have a Z in the STAT column of the ps aux output.
Use the up/down arrows to view all the processes.
Use kill -9 PID to terminate the zombie processes.
Use ps aux | more or ps aux | less to see all of the processes.