How to know a process is a zombie or orphan process?
Answer Posted / 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 |
Post New Answer View All Answers
What are the general commands in using unix os for a beginner?
Who command in unix?
How can you see the command line history?
What is ‘ps’ command for?
What is merge command in unix?
What does touch command do in unix?
What is the command to find maximum memory taking process on the server?
Give the command for finding the current date.
What is updatedb?
Write a command that will display files in the current directory, in a colored, long format.
Write a command to kill the last background job?
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 is in grep command?
How do I find previous commands in unix?
What is the use of egrep command in unix?