Operating System - Tru64 Unix
1752806 Members
5932 Online
108789 Solutions
New Discussion юеВ

how to find the dead processes

 
SOLVED
Go to solution
hy_3
Frequent Advisor

how to find the dead processes

How can I find the dead processes using os command?Thank you.
5 REPLIES 5
Ralf Puchner
Honored Contributor
Solution

Re: how to find the dead processes

"ps" command or what is your exact problem?
Help() { FirstReadManual(urgently); Go_to_it;; }
hy_3
Frequent Advisor

Re: how to find the dead processes

Thank you.I use 'ps aux' to find the dead process,and the 'S' column of the output indicates the status of the process,but I can not find which letter indicates the 'dead' status.Could you tell me?
Ralf Puchner
Honored Contributor

Re: how to find the dead processes

what means "dead"? If process is within a system routine it is most likely in uninterruptable mode.
Help() { FirstReadManual(urgently); Go_to_it;; }
hy_3
Frequent Advisor

Re: how to find the dead processes

The 'dead' process I mentioned means 'zombie' process.Thank you.
Ralf Puchner
Honored Contributor

Re: how to find the dead processes

DEFUNC is the correct information within the ps waux output.
Help() { FirstReadManual(urgently); Go_to_it;; }