From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PuUwt-0004Yc-9L for garchives@archives.gentoo.org; Tue, 01 Mar 2011 19:09:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 601E51C08E; Tue, 1 Mar 2011 19:07:18 +0000 (UTC) Received: from mta-2.ms.rz.rwth-aachen.de (mta-2.ms.rz.RWTH-Aachen.DE [134.130.7.73]) by pigeon.gentoo.org (Postfix) with ESMTP id 226AD1C08E for ; Tue, 1 Mar 2011 19:07:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=us-ascii Received: from ironport-out-1.rz.rwth-aachen.de ([134.130.5.40]) by mta-2.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0LHE005RO7S5Z970@mta-2.ms.rz.RWTH-Aachen.de> for gentoo-user@lists.gentoo.org; Tue, 01 Mar 2011 20:07:17 +0100 (CET) X-IronPort-AV: E=Sophos;i="4.62,248,1297033200"; d="scan'208";a="97495448" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by ironport-in-1.rz.rwth-aachen.de with ESMTP; Tue, 01 Mar 2011 20:07:18 +0100 Received: from numa-i.igpm.rwth-aachen.de (numa-i.igpm.RWTH-Aachen.DE [134.130.161.252]) by relay.rwth-aachen.de (8.14.4+Sun/8.13.8/1) with ESMTP id p21J7HFf001066 for ; Tue, 01 Mar 2011 20:07:17 +0100 (CET) Received: from numa-i (localhost [127.0.0.1]) by numa-i.igpm.rwth-aachen.de (Postfix) with ESMTP id 64C9E335F for ; Tue, 01 Mar 2011 20:07:22 +0100 (CET) Date: Tue, 01 Mar 2011 20:07:22 +0100 From: Helmut Jarausch Subject: Re: [gentoo-user] How can I move running proces to background & out of screen? To: gentoo-user@lists.gentoo.org References: <4D6D4168.5010500@gmail.com> In-reply-to: <4D6D4168.5010500@gmail.com> X-Mailer: Balsa 2.4.9 Message-id: <1299006442.1001.0@numa-i> X-Archives-Salt: X-Archives-Hash: 5fbc1694471a2124ed6c3a6dd8375454 On 03/01/2011 07:56:40 PM, Jarry wrote: > Hi, > is there any way to move running (already started) process > to background, and disconnect it from screen/terminal > so that I could log off (without terminating the process)? > > Sometimes I start updating my server, but it keeps running > for long time, and I would like to log out but I can not. > > I know, I could have started it with: > nohup emerge -uv gcc & > > But I forgot to do it that way, and now I'm sitting, watching > messages scrolling in my shell. So is there any way to do > this nohup-trick on running process? > You might have a look at http://www.quantprinciple.com/invest/index.php/docs/tipsandtricks/unix/jobcontrol/ Helmut.