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 1PurKs-0004r2-0l for garchives@archives.gentoo.org; Wed, 02 Mar 2011 19:03:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB7A11C051; Wed, 2 Mar 2011 19:02:11 +0000 (UTC) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by pigeon.gentoo.org (Postfix) with SMTP id 4FD4A1C051 for ; Wed, 2 Mar 2011 19:02:11 +0000 (UTC) Received: (qmail invoked by alias); 02 Mar 2011 19:02:10 -0000 Received: from g224187184.adsl.alicedsl.de (EHLO sheik-lin.localnet) [92.224.187.184] by mail.gmx.net (mp023) with SMTP; 02 Mar 2011 20:02:10 +0100 X-Authenticated: #2245090 X-Provags-ID: V01U2FsdGVkX19xA4weOadx92klcM1hndl1wE/ioDklfKcECZ7MjT ovuQTBQlet07et From: Daniel Heemann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] How can I move running proces to background & out of screen? Date: Wed, 2 Mar 2011 20:02:04 +0100 User-Agent: KMail/1.13.6 (Linux/2.6.32-gentoo-r24-sheik; KDE/4.6.0; x86_64; ; ) References: <4D6D4168.5010500@gmail.com> <201103012121.33930.wonko@wonkology.org> In-Reply-To: <201103012121.33930.wonko@wonkology.org> 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-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201103022002.04716.daniel.heemann@gmx.de> X-Y-GMX-Trusted: 0 X-Archives-Salt: X-Archives-Hash: 13b3bc02079b22d2d25b5ac970113ea3 On Tuesday 01 March 2011 21:21:32 Alex Schuster wrote: > Jarry writes: > > 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)? > > Ctrl-Z > bg I think to be able to detach from the terminal w/o terminating the process you also need 'disown'. Regards