What do you mean by zambie process?
Answers were Sorted based on User's Feedback
Answer / guest
A zombie process or defunct process is a process that has
completed execution but still has an entry in the process
table, this entry being still needed to allow the process
that started the zombie process to read its exit status.
The term zombie process derives from the common definition
of zombieāan undead person. In the term's colorful
metaphor, the child process has died but has not yet been
reaped.
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / veerendra
If a parent is not calling wait() even after the
termination of the child, The child process will become
zombie process. All Zombie processes are attached to Init
process.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / pradi
This is a scenario where child process terminates before
the parent process.
Is This Answer Correct ? | 6 Yes | 4 No |
Answer / subhani
zombie process means which doesnt have any parent process
we cant kill this process only kernal can take care of this
once the system rebooted all the zombie processers are
killed or cleard by kernal.
if the zombie processers are more than 15 we must reboot
the system.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / yogi
Zombie process is one type process.The process is completed but the process entry still appear in the process table,In that time the process create new process id's.The child process does not acknowledgement to parent process , That time the parent process creates new process id,every child process create new process,that time system performance will be degraded .
Is This Answer Correct ? | 0 Yes | 0 No |
when we installing aix os the ssh installed default?
How do I search for a file in unix command?
What does this command do? Cat food 1 > kitty
Why is grep called grep?
What is the difference between Shell Programming and Shell scripting?
10 Answers HCL, TCS, Wipro,
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)?
Give the command to display space usage on the UNIX file system.
How do I clear my terminal history?
What are file commands?
What is the use of cut command in unix?
How to delete a directory containing files and folders?
What does touch command do in unix?