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 1PufSp-0002bA-Tk for garchives@archives.gentoo.org; Wed, 02 Mar 2011 06:23:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71F961C004; Wed, 2 Mar 2011 06:21:20 +0000 (UTC) Received: from smtpout.karoo.kcom.com (smtpout.karoo.kcom.com [212.50.160.34]) by pigeon.gentoo.org (Postfix) with ESMTP id 1A14D1C004 for ; Wed, 2 Mar 2011 06:21:19 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.62,251,1297036800"; d="scan'208";a="748028248" Received: from 213-152-39-90.dsl.eclipse.net.uk (HELO compaq.stroller.uk.eu.org) ([213.152.39.90]) by smtpout.karoo.kcom.com with ESMTP; 02 Mar 2011 06:21:17 +0000 Received: from [192.168.1.104] (unknown [192.168.1.104]) by compaq.stroller.uk.eu.org (Postfix) with ESMTP id 24B6113BEE for ; Wed, 2 Mar 2011 06:21:14 +0000 (GMT) Content-Type: text/plain; charset=us-ascii 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 (Apple Message framework v1082) Subject: Re: [gentoo-user] How can I move running proces to background & out of screen? From: Stroller In-Reply-To: <4D6D451F.6000503@orlitzky.com> Date: Wed, 2 Mar 2011 06:21:13 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <329E1264-4792-43BE-83E7-1FAF95C19BD7@stellar.eclipse.co.uk> References: <4D6D4168.5010500@gmail.com> <4D6D451F.6000503@orlitzky.com> To: gentoo-user@lists.gentoo.org X-Mailer: Apple Mail (2.1082) X-Archives-Salt: X-Archives-Hash: 9ec60de36c6bba9793298aecea1702c1 On 1/3/2011, at 7:12pm, Michael Orlitzky wrote: > ... > Combine with GNU Screen to achieve what you want. Not screen.=20 He's never used screen before, therefore he has no reason not to use = tmux. $ eix -I tmux [I] app-misc/tmux Available versions: 1.2 1.3 ~1.4 **9999 {debug vim-syntax} Installed versions: 1.3(18:51:19 10/08/10)(vim-syntax) Homepage: http://tmux.sourceforge.net Description: Terminal multiplexer $=20 tmux is better that screen in a variety of ways. Many of those ways are = minor, however all together and in total they're significant enough. You = may want to stay with screen if you have a highly-customised .screenrc = and use many other machines on which you're unable to install tmux, but = screen should not be recommended over tmux without a very good reason.=20= Stroller.