On Wednesday 24 April 2024 09:04:39 you wrote:
Hello, What means "Defunct" (Zombie) ? Thanks. Andr�
On Wednesday 24 April 2024 17:41:11 William Morder via tde-users wrote:
A process in Linux can have one of the following states: D = uninterruptible sleep I = idle R = running S = sleeping T = stopped by job control signal t = stopped by debugger during trace Z = zombie look here https://itsfoss.com/kill-zombie-process-linux/
That is just a kind of "ghost" (so to speak), traces of a process that is no longer actually running.
Bill