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 the command to check ports active in UNIX?
what is the function of grep command?
Explain command to show the space allocation of files?
Which RAID Levels supported by LVM?
Hi All, Can you please let me know how to grep for a particular pattern in unix. I want to print the dates from the file exp.txt. the date pattern is DD:MM:YYYY, I just want to print all the dates from the file exp.txt.
8 Answers Concentrix, IBM, Symantec, TCS,
what is the command to print last 8 lines of any text file.
How do you know about running processes of a particular user?
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
Which unix command lists files/folders in alphabetical order?
What is a Unix signal, and how do you handle them?
What do chmod, chown, chgrp commands do?
what is the use of ls -l command & what is the information it gives about user ?