Processes marked
<defunct>
are dead processes (so-called "zombies") that remain because their parent has not destroyed them properly. These processes will be destroyed by init(8) if the parent process exits.
Eu tinha emitido o comando ps -ef|grep java
e esta é uma das entradas que recebi:
subhrcho 875 803 0 Jan23 pts/5 00:02:27 [java] <defunct>
O que é <defunct>
implicando aqui? Qual estado é esse processo é esse processo com PID = 875 em?
Processes marked
<defunct>
are dead processes (so-called "zombies") that remain because their parent has not destroyed them properly. These processes will be destroyed by init(8) if the parent process exits.