From owner-freebsd-questions Wed May 29 16:44:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from apollo.sitaranetworks.com (apollo.sitaranetworks.com [199.103.141.105]) by hub.freebsd.org (Postfix) with ESMTP id 9D79837B403 for ; Wed, 29 May 2002 16:44:11 -0700 (PDT) Received: from rios.sitaranetworks.com (rios.sitaranetworks.com [199.103.141.78]) by apollo.sitaranetworks.com (8.10.2+Sun/8.9.3) with ESMTP id g4TNhs322686; Wed, 29 May 2002 19:43:55 -0400 (EDT) Received: by rios.sitaranetworks.com with Internet Mail Service (5.5.2653.19) id ; Wed, 29 May 2002 19:43:58 -0400 Message-ID: <31269226357BD211979E00A0C9866DAB02BB98EE@rios.sitaranetworks.com> From: Chris Ptacek To: "'Daniel Geske'" , freebsd-questions@FreeBSD.ORG Subject: RE: Send process to background Date: Wed, 29 May 2002 19:43:50 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" 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 believe bg is what you want. I haven't really used it, just a faint memory. Try a man on bg for more info (puts you into the csh man page, just look for bg) - Chris > -----Original Message----- > From: Daniel Geske [mailto:danielgeske@gmx.net] > Sent: Wednesday, May 29, 2002 4:25 PM > To: freebsd-questions@FreeBSD.ORG > Subject: Re: Send process to background > > > nohup creates a new process, I want to move a process that is > already running. > Am I wrong? > > Thanks, > > Daniel > > At 07:20 PM 5/29/02 -0400, you wrote: > > >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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message