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 |
How do you create a directory in UNIX?
why metadb requires a seperate slice to create Solaris volume manager
Are you in or at the office?
Who wrote grep?
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
What is the use of pipes?
The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
what is the command to print last 8 lines of any text file.
Can you enlist some commonly used network commands?
How to copy multiple files and directories into some other directory?
How do you repeat a command in terminal?
Which command will print your home directory on screen?