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 1Pusvw-0007If-MS for garchives@archives.gentoo.org; Wed, 02 Mar 2011 20:46:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75A201C070; Wed, 2 Mar 2011 20:44:28 +0000 (UTC) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 1E77C1C070 for ; Wed, 2 Mar 2011 20:44:27 +0000 (UTC) Received: by bwg12 with SMTP id 12so1137675bwg.40 for ; Wed, 02 Mar 2011 12:44:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:message-id:from:to:subject:date:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=UacLpKYTTd6BS0apg9tb8hKNFP8z+PR03Ao7tDFUzbo=; b=nRnth6Ijprb1fh3H4shkdo7dBSCP/7c062Insyn4LidKIlnejTpc8b3X/4tWhXmWkR fysNysyUO7Q3BOYPwUUmMAXAhC+xfzkY5JDE6fvv3A2e6n5/8mwKmKLXq6RR38/UCvkq fdReRAMmUGkT/k91SW/kr/nePSZUrPTmGavmA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:from:to:subject:date:user-agent:in-reply-to:references :mime-version:content-transfer-encoding:content-type; b=hFjeofO4oHLuNWuiTZ8RS8UaXTRSDBzynG0XKYYpljxuXUS2fis6dF9MoT+DwdACNG 7Z6RV0iOviayN5xnsEPwAoC9tlv3lIrAcP86cM7qYLFQies8x1z7uMOpxQ+VrhAXcXN5 iDrauiWO9kZuAA2RWnD3QC7gysvh0Qw2y32I8= Received: by 10.204.46.210 with SMTP id k18mr506391bkf.159.1299098667187; Wed, 02 Mar 2011 12:44:27 -0800 (PST) Received: from energy.localnet (p4FC7494A.dip0.t-ipconnect.de [79.199.73.74]) by mx.google.com with ESMTPS id x6sm268566bkv.0.2011.03.02.12.44.25 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 02 Mar 2011 12:44:26 -0800 (PST) Message-ID: <4d6eac2a.4696cc0a.1a7c.1bba@mx.google.com> From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] How can I move running proces to background & out of screen? Date: Wed, 02 Mar 2011 21:44:24 +0100 User-Agent: KMail/4.6 beta4 (Linux/2.6.36.3r4; KDE/4.6.0; x86_64; ; ) In-Reply-To: <329E1264-4792-43BE-83E7-1FAF95C19BD7@stellar.eclipse.co.uk> References: <4D6D4168.5010500@gmail.com> <4D6D451F.6000503@orlitzky.com> <329E1264-4792-43BE-83E7-1FAF95C19BD7@stellar.eclipse.co.uk> 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-Type: text/plain; charset="us-ascii" X-Archives-Salt: X-Archives-Hash: 590b0e10fab0482c0a7b0c9468feb4ac On Wednesday 02 March 2011 06:21:13 Stroller wrote: > On 1/3/2011, at 7:12pm, Michael Orlitzky wrote: > > ... > > Combine with GNU Screen to achieve what you want. > > Not screen. > > 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 > $ > > 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. > > Stroller. please elaborate