On Wed, 31 Mar 1999, Anubhav Hanjura wrote:

# Is there any other way to create a process other than fork / vfork() ?

nope. every process (except the init one) is created by forking a clone of
some other running process. Type 'pstree' to see an illustration of this.

-- 
+++      If at first you don't succeed, you must be a programmer     +++
[EMAIL PROTECTED]     http://www.users.globalnet.co.uk/~kermit

Reply via email to