Penguin

Differences between version 4 and predecessor to the previous major change of Fork.

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

Newer page: version 4 Last edited on Wednesday, October 15, 2003 11:06:29 am by PerryLorier Revert
Older page: version 3 Last edited on Wednesday, October 15, 2003 10:27:54 am by JohnMcPherson Revert
@@ -11,4 +11,6 @@
 See also [OpenSource] 
  
 !!!2. A system call for creating a new process 
 see fork(2) 
+  
+the fork system call is fun, it returns twice... once in each different process. it returns 0 to the child, and the pid of the child to the parent. Very funky :)