Difference between revisions of "Zombie process"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(5 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]]. |
Line 7: | Line 7: | ||
== Related term == | == Related term == | ||
* [[PPID]] | * [[PPID]] | ||
− | + | * <code>[[kill]]</code> | |
+ | * [[Fork bomb]] | ||
== See also == | == See also == |
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: