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 1PuUvu-0004R9-3M for garchives@archives.gentoo.org; Tue, 01 Mar 2011 19:08:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1B611C043; Tue, 1 Mar 2011 19:07:08 +0000 (UTC) Received: from mail-pz0-f53.google.com (mail-pz0-f53.google.com [209.85.210.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 723241C043 for ; Tue, 1 Mar 2011 19:07:08 +0000 (UTC) Received: by pzk37 with SMTP id 37so1701378pzk.40 for ; Tue, 01 Mar 2011 11:07:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=rhn8R+NHppGpQ7IO7IPEN7XLDYrrC2HwmzqClfXna50=; b=Rw14m3AJXdmVvP/vTjhYMAc6FZUff9SN8UlfT4l5AKP1MWcYuw9mNcSOaRtqSniMS2 EAvEkZbWWWlf6r0+bXSK+hcF0y+grTM6iZuWGEvoNS7Uz0Zjqo6tL0et8iDAQ3+HwmTr AKaxTs9YROlsF/IEnjEcKHP1LCHWApc+94zcI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=f0INJrESjnpAOqFavWgeMacx1V68jyo0eyubInaU8aJsPCSZimtJmjqOGP6EuLeA/W Gud0iIe4hPrYz1ooh90thF2rXUw6U8antJtIq0ylWPyv01y7wSxVY9k/Aaw0YqLmJs3B xRH3O5LmF9NsBk3zufoxlQyTBLw2hpleWiGuc= Received: by 10.142.51.6 with SMTP id y6mr5781561wfy.71.1299006427627; Tue, 01 Mar 2011 11:07:07 -0800 (PST) Received: from [192.168.1.2] ([66.27.245.111]) by mx.google.com with ESMTPS id m10sm7870348wfl.23.2011.03.01.11.07.06 (version=SSLv3 cipher=OTHER); Tue, 01 Mar 2011 11:07:07 -0800 (PST) Message-ID: <4D6D43CD.5040309@gmail.com> Date: Tue, 01 Mar 2011 11:06:53 -0800 From: Edward Martinez User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] How can I move running proces to background & out of screen? References: <4D6D4168.5010500@gmail.com> In-Reply-To: <4D6D4168.5010500@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: e81389f45f52e98fed0319505b15a2c5 On 03/01/11 10:56, 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? > > Jarry Hi, If i can remember correctly I think the command would be : bg but i don't know the whole syntax.