answersLogoWhite

0


Best Answer

A zombie process is one that should have closed, but is still active in the process table. This is usually caused when a parent process that spawned the process has not yet realized that it has completed, or wants to create another process of the same name without using the same process ID.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

7y ago

A zombie process is basically a process that stops responding, to put it in simple terms.

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

A zombie process in computing is a child process which has terminated but is still listed in the process table having not yet been reaped by its parent process.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a zombie process in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is process-id of Linux kernel?

The Linux kernel doesn't consider itself a process, therefore it has no process id.


Who is the parent of the zombie process?

zombie processes are inherited by the 'init' process (PID 1)


What is Zombie Process and Orphan Process?

Zombie : Child Process Exits before Parent process and Parent does not grab status of child process using wait() or waitpid() system call; Child process is in Zombie state. Orphan : Child process whose parent has been killed and inherited by init process.


What is zoombie process?

A zombie process is a process that has finished running, but is still there.


How is Linux is converted into RTLinux?

It isn't. RTLinux is a separate microkernel that runs Linux as a process. The Linux kernel is essentially unmodified.


When is a zombie process an issue?

in the graveyard


What is the architecture of microkernels developed in Linux?

Linux is a monolithic kernel. Some operating systems with a microkernel use Linux as a process for providing drivers, but this is irrelevant to mainstream Linux.


What is the creation of Linux process called?

fork


How does a child process become a Zombie process?

See related links


What is zombie state in Unix?

A zombie process is a process that completed execution but still in process table. When a process ends, all of the memory and resources associated with it are deallocated so they can be used by other processes. However, the process's entry in the process table remains. The parent can read the child's exit status by executing the wait system call, at which stage the zombie is removed After the zombie is removed, its process ID and entry in the process table can then be reused. However, if a parent fails to call wait, the zombie will be left in the process table. In some situations this may be desirable, for example if the parent creates another child process it ensures that it will not be allocated the same process ID.


How do you check a process on Linux server?

With the top command.


What is zombification?

A zombification is the act or process of turning into a zombie.