From owner-freebsd-questions Thu Apr 26 16: 7:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tmd.df.ru (cr219023-a.rchrd1.on.wave.home.com [24.43.203.140]) by hub.freebsd.org (Postfix) with ESMTP id B5B8837B422 for ; Thu, 26 Apr 2001 16:07:28 -0700 (PDT) (envelope-from tmd@tmd.df.ru) Received: by tmd.df.ru (Postfix, from userid 1000) id 3AD597A41; Thu, 26 Apr 2001 19:07:24 -0400 (EDT) Date: Thu, 26 Apr 2001 19:07:23 -0400 From: Mark Livingstone To: freebsd-questions@freebsd.org Subject: how to run process in background? Message-ID: <20010426190722.A9129@tmd.df.ru> Mail-Followup-To: Mark Livingstone , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG HI! How do i run a process in background except for using "screen" and "&" syntax? when i type "whatever &" and then exit my shell.. it tells me that the process is SIGHUPED (hangup, whatever..).. seems like it's running after that ok.. but i don't know how to reattach to it. is there another way? i heard about "fork". but man page doesn't say mcuch ;( thanks for help! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message