Jeepers, stupid typo. On Fri, Feb 21, 2003 at 11:47:38AM -0500, Kent Borg wrote: > Linux has a clone() system call, depending upon its parameters one can > get a fork of a completely new process sharing (early?) nothing with > its parent, "nearly" not "early". Also, I think fork() and all his friends get turned into specific versions of the clone() call. -kb