Difference between revisions of "Zombie process"

From wikieduonline
Jump to navigation Jump to search
(Created page with "wikipedia:Zombie process == See also == * {{ps}}")
Tags: Mobile web edit, Mobile edit
 
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[wikipedia:Zombie process]]
+
[[wikipedia:Zombie process]] is a process that has completed execution (via the exit system call) but still has an entry in the [[process table]].
  
  
 +
Zombies can be identified in the output from the Unix <code>[[ps]]</code> command by the presence of a "Z" in the <code>"[[STAT]]"</code> column.
  
  
 +
== Related term ==
 +
* [[PPID]]
 +
* <code>[[kill]]</code>
 +
* [[Fork bomb]]
  
 
== See also ==
 
== See also ==
 
* {{ps}}
 
* {{ps}}
 +
 +
[[Category:Computing]]

Latest revision as of 20:25, 28 March 2022

wikipedia:Zombie process is a process that has completed execution (via the exit system call) but still has an entry in the process table.


Zombies can be identified in the output from the Unix ps command by the presence of a "Z" in the "STAT" column.


Related term[edit]

See also[edit]

Advertising: