How to know a process is a zombie or orphan process?
Answers were Sorted based on User's Feedback
Answer / lohith
type ps -a if you find any status as defunct then the
process is zombie
Is This Answer Correct ? | 22 Yes | 5 No |
Answer / nishanta
The Correct Answer is :
ps -ef | grep Z
Where Z will Catch Up all the Zombie Processes & We can kill those to Free the Processor Load.
Is This Answer Correct ? | 15 Yes | 6 No |
Answer / abha
If process is not in function . type ps-a if not reffreing
then orphan
Is This Answer Correct ? | 5 Yes | 8 No |
what is tar command and what are the different types of tar commands?
Why is it called grep?
what is the difference between relative path and absolute path?
What happens when we execute a unix command?
How do you find out all processes that are currently running in UNIX OS?
why unix commands can be divided into internal and external commands?
Which command can you use to find the currently running process in unix server?
how will you login one server's shell prompt to an another server?
5 Answers Cosmic Infotech, Perot Systems,
what do you understand by 'unix is a portable os'?
How to see unused port number in Solaris?
What is sed awk grep?
What are some command words?