Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How can I move running proces to background & out of screen?
Date: Tue, 01 Mar 2011 20:23:37
Message-Id: 201103012121.33930.wonko@wonkology.org
In Reply to: [gentoo-user] How can I move running proces to background & out of screen? by Jarry
1 Jarry writes:
2
3 > is there any way to move running (already started) process
4 > to background, and disconnect it from screen/terminal
5 > so that I could log off (without terminating the process)?
6
7 Ctrl-Z
8 bg
9
10 But I really suggest using screen for this. Then you can detach the shell
11 with Ctrl-A D, and re-attach later with screen -DR.
12
13 Wonko

Replies

Subject Author
Re: [gentoo-user] How can I move running proces to background & out of screen? Daniel Heemann <daniel.heemann@×××.de>