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 is rmdir command?
What command is used to switching between users in unix?
How do you repeat a command in terminal?
What are the general commands in using unix os for a beginner?
What does pipe () return?
What does this command do,"$more readme.txt“?
What is .sh file?
Write a command to kill the last background job?
What do chmod command do?
What is merge command in unix?
What is sed awk grep?
What does the md command do?
What is pipe command in unix?
What is awk good for?
What is the difference between cat command and more command?