Re: who owns a defunct process Quite simple on AIX 5.x : look at the content of the directory
/proc/PID_NUMBER ... The few informations that are there are
the only you can have, as "defunct processes" did release their
resources.
Ken a écrit:
>
> Does anyone know how to check all the processes of a defunct process?
> I would like to see what program, application, etc actually owned the
> process that's now defunct. I know there's a way in SUN but not sure
> in AIX.
>
> Thanks |