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 |
Which mode is used for allowing file write,read and append mode?
what does a process mean?
How do you create a file in UNIX
36 Answers Accenture, EMG, Nokia, QA, TD,
What is the first character of the output in ls l command?
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
4 Answers Infosys, Nikhil Construction,
What is the different between UNIX command and UNIX shell script?
What command will change your prompt to myprompt?
why unix commands can be divided into internal and external commands?
How does the system know where one command ends and another begins?
What does sed command do in unix?
what is the function of grep command?
What are the commands in UNIX to list the files in a Directory?