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 |
Enlist some filename manipulation commands in unix.
Which command is used to find whether the system is 32 bit or 64 bit?
what does a process mean?
What does this command do? Cat food 1 > kitty
Explain the read, write, and execute permissions on a UNIX directory.
Describe the usage and functionality of the command rm –r * in unix?
Explain the steps that a shell follows while processing a command.
Can you enlist some commonly used network commands?
Give command that will make the file "run.sh" executable?
Why is grep called grep?
What is nr in awk command?
How do you copy a directory with many files and folders into another directory?