soniya.rayabagi
Mon Mar 18 2024
ps aux | grep defunct
displays information about any zombie processes (that have completed execution but still have an entry in the process table with specific PID because, their parent process has not yet collected their exit status) currently running on the system.#devops