Orphan: Difference between revisions

From Hackepedia
Jump to navigationJump to search
Frankk (talk | contribs)
No edit summary
Frankk (talk | contribs)
No edit summary
Line 1: Line 1:
An orphan is a parentless child, both in the real world and in UNIX.  When a [[process]] gets orphaned it will take [[init]] (process 1) as its parent.  
An orphan is a parentless child, both in the real world and in UNIX.  When a [[process]] gets orphaned it will take [[init]] (process 1) as its parent.  
If you're unfortunate enough to have a <zombie> (ps) process on your host, you can just ignore it until the next time your machine is power cycled.
If you're unfortunate enough to have a <zombie> process in [[ps]] on your host, you can just ignore it until the next time your machine is power cycled.

Revision as of 21:32, 26 October 2005

An orphan is a parentless child, both in the real world and in UNIX. When a process gets orphaned it will take init (process 1) as its parent. If you're unfortunate enough to have a <zombie> process in ps on your host, you can just ignore it until the next time your machine is power cycled.