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 |
in UNIX ,What is the command to view contents of a large error log file?
What is ‘ps’ command for?
distinguish between interrupts and exceptions?
What does this command do,"$more readme.txt“?
What is “chmod” command?
what is the default permission for /etc/shadow file in UNIX
What does #!/ Bin sh do?
What is the different between UNIX command and UNIX shell script?
Why is shebang used?
What command will bring user back to their home directory in UNIX?
Can you write a command to erase all files in the current directory including all its sub-directories?
Which is the command used to find out currently executing Process in UNIX?