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
How does the system know where one command ends and another begins?
How do I delete files from command prompt?
What does touch command do in unix?
Which command can you use to find the currently running process in unix server?
What is in grep command?
Differentiate cmp command from diff command.
How many unix commands are there?
Which command should you use to find the remaining disk space in unix server?
What is s and g in sed command?
How to find $ai_serual resolved path by using unix
What is a bash command?
Which command is used to delete all files in the current directory and all its sub-directories?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What are reported commands?
Enlist some filename manipulation commands in unix.