Penguin
Diff: ProcessRelationships
EditPageHistoryDiffInfoLikePages

Differences between version 2 and predecessor to the previous major change of ProcessRelationships.

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

Newer page: version 2 Last edited on Tuesday, January 2, 2007 9:48:41 pm by LawrenceDoliveiro Revert
Older page: version 1 Last edited on Tuesday, January 2, 2007 9:47:15 pm by LawrenceDoliveiro Revert
@@ -14,4 +14,7 @@
  
 !! [Session] 
  
 A ''session'' is a set of processes all spawned (directly or indirectly) by the same ''session leader''. A login shell is a session leader, and all processes it spawns in response to user commands are (at least initially) part of that same session. Any process can make itself into the leader of a new session by calling setsid(2), though it is probably a good idea to detach from its ControllingTerminal first. 
+  
+!! See Also  
+[Concepts of Job Control|http://www.gnu.org/software/libc/manual/html_node/Concepts-of-Job-Control.html]