From owner-freebsd-questions Wed May 29 16:20:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 4381337B406 for ; Wed, 29 May 2002 16:20:21 -0700 (PDT) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id TAA63883; Wed, 29 May 2002 19:20:27 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Wed, 29 May 2002 19:20:05 -0400 (EDT) From: Stephen Hovey To: Daniel Blankensteiner Cc: Daniel Geske , freebsd-questions@FreeBSD.ORG Subject: Re: Send process to background In-Reply-To: <00fe01c20766$4d3b8480$6800a8c0@rafter> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I think he means nohup /path/program & On Thu, 30 May 2002, Daniel Blankensteiner wrote: > ----- Original Message ----- > From: "Daniel Geske" > > I wondered whether you can send a process to the background as easy as you > > can in linux. I remember someone once showed me how to do it on linux, but > > I forgot how to do it. It was very simple, just two keys... > > Can I do something like that in FreeBSD? > > The situation here is like this: I started a process on the server from a > > client machine, but now need to turn off that client. I don't want to stop > > the process on the server though. It should continue to run instead > > (independent from the user that started it or the terminal it was started > > from). > > I am looking forward to ansers. > > Maybe daemon(3) is the thing you need? > > > Sincerely > > Daniel Geske > > br > Daniel Blankensteiner > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message