Penguin

Differences between version 4 and previous revision of Zombie.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Saturday, October 26, 2002 1:30:08 pm by SamCannell Revert
Older page: version 1 Last edited on Saturday, October 26, 2002 2:31:20 am by SamCannell Revert
@@ -1,17 +1,25 @@
 A zombie is: 
  
-* A rum drink: 
+1. A rum drink: 
  
-2 1/2 oz Light rum  
-1 oz Jamaica rum  
-1/2 oz Apricot flavored brandy  
-1 oz unsweetened pineapple juice  
-1 oz passion fruit syrup  
-juice of 1 lime  
-juice of one orange  
-1 tsp powdered sugar  
-1/2 oz 151-proof rum 
+* 2 1/2 oz Light rum  
+* 1 oz Jamaica rum  
+* 1/2 oz Apricot flavored brandy  
+* 1 oz unsweetened pineapple juice  
+* 1 oz passion fruit syrup  
+* juice of 1 lime  
+* juice of one orange  
+* 1 tsp powdered sugar  
+* 1/2 oz 151-proof rum 
  
-* An UnDead creature that feeds on the brains of the living. See also: ZombieHuntingForDummies 
+2. An UnDead creature that feeds on the brains of the living. See also: ZombieHuntingForDummies 
  
-* On a [unix] system, a [process] that has died but has not yet relinquished its process table slot  
+3. On a [unix] system, a [process] that has called exit(), but whose parent process has not yet called the wait() function to be notified of its termination.  
+  
+Note that although zombie processes will show up in [ps] and [top], the only resource they use is an entry in the process table; they cannot be allocated memory or CPU time.  
+  
+The only way to get rid of a zombie process is to either kill the parent process, or convince it to call wait().  
+  
+Pressing the i key in top will tell it not to display idle and zombie processes.  
+  
+Want to know more? Have a look at the manpages for ps, top and wait.  
The following authors of this page have not agreed to the WlugWikiLicense. As such copyright to all content on this page is retained by the original authors. The following authors of this page have agreed to the WlugWikiLicense.

PHP Warning

lib/plugin/WlugLicense.php (In template 'html'):99: Warning: Invalid argument supplied for foreach()

lib/plugin/WlugLicense.php (In template 'html'):111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument

lib/plugin/WlugLicense.php (In template 'html'):111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument