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 “chmod” command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What does the command ' $who | sort –logfile > newfile' do?
What does the md command do?
their is a file1,file2 and i want to append file1 data to file2?
what is the difference between relative path and absolute path?
when we installing aix os the ssh installed default?
what is the use of uniq commmand?
Why we are using UNIX OS when we are doing the testing in our application?
How do you stop a running process?
How do you grep a case insensitive?