How to know a process is a zombie or orphan process?
Answer Posted / 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 |
Post New Answer View All Answers
What does grep v do?
What does pipe () return?
What is the pipe command?
What is a command and examples?
What is unix command line?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What are grep patterns?
What will the following command do?
What happens when we execute a unix command?
What is .sh file?
What difference between cmp and diff commands?
What does the md command do?
Enlist some filename manipulation commands in unix.
What does the metacharacter mean?
How do I run a whois command?