public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Nikos Chantziaras <realnc@arcor.de>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Re: How can I move running proces to background & out of screen?
Date: Tue, 01 Mar 2011 21:22:59 +0200	[thread overview]
Message-ID: <ikjh1t$sn3$1@dough.gmane.org> (raw)
In-Reply-To: <4D6D4168.5010500@gmail.com>

On 03/01/2011 08:56 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)?

The cleanest way to do this is not with job control but with a tool like 
"screen".  Install it (app-misc/screen) and start programs with it.  You 
also start a shell in screen.  For example:

   screen su - USERNAME

Now you can press CTRL+A, D to detach the screen.  The programs in it 
will continue running in the background.  To re-attach, type "screen -r".

You can read the docs of this tool to learn about all nifty stuff you 
can do with it, like opening more screen windows from the same screen 
session and switch between them.




  parent reply	other threads:[~2011-03-01 19:24 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-01 18:56 [gentoo-user] How can I move running proces to background & out of screen? Jarry
2011-03-01 19:06 ` Edward Martinez
2011-03-01 19:07 ` Helmut Jarausch
2011-03-01 19:12 ` Michael Orlitzky
2011-03-01 21:07   ` Neil Bothwick
2011-03-01 21:19     ` Michael Orlitzky
2011-03-02  6:21   ` Stroller
2011-03-02 20:44     ` Volker Armin Hemmann
2011-03-02 20:54       ` Alex Schuster
2011-03-01 19:22 ` Nikos Chantziaras [this message]
2011-03-01 20:21 ` Alex Schuster
2011-03-02 19:02   ` Daniel Heemann
2011-03-02 19:55     ` Alex Schuster
2011-03-02 22:50       ` Dale
2011-03-02 23:01         ` Alex Schuster
2011-03-03  0:48           ` Dale
2011-03-04  5:15             ` [gentoo-user] tmux first impression Walter Dnes
2011-03-04  5:53               ` Dale
2011-03-04 19:37                 ` Joshua Murphy
2011-03-06 11:37                 ` [gentoo-user] " Nuno J. Silva
2011-03-06 11:58                   ` Dale

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='ikjh1t$sn3$1@dough.gmane.org' \
    --to=realnc@arcor.de \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox