[gentoo-user] screen question

2003-06-17 Thread Mikhail P.
The question is regarding screen tool. When I run screen in detached mode (e.g. screen -dmS sync emerge sync), I'm able to see it via screen -ls and then reattach it by typing screen -R -S sync. That's fine, however once I'm in reattached screen session, how do I detach it back, so I can

Re: [gentoo-user] screen question

2003-06-17 Thread Mike Roest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mikhail P. wrote: snip | which probably means Ctrl+D should detach it back, but it does not work well | for me. On mine CTRL-A CTRL-D detaches a screen. Which I can then reattach with screen -r -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1

Re: [gentoo-user] screen question

2003-06-17 Thread Sebastian Hungerecker
On Wed, 18 Jun 2003 00:09:08 + Mikhail P. [EMAIL PROTECTED] wrote: how do I detach it back, so I can logout, but session still continues? CTRL-A d -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] screen question

2003-06-17 Thread Mikhail P.
Thanks Mike. It works for me as well, since I'm using default settings. Mikhail. On Wednesday 18 June 2003 00:13, Mike Roest wrote: Mikhail P. wrote: snip | which probably means Ctrl+D should detach it back, but it does not work well | for me. On mine CTRL-A CTRL-D detaches a screen.

Re: [gentoo-user] screen question

2003-06-17 Thread Christopher Egner
Reading the man on screen shows that by default CTRL-A is what allows you to send commands, unless you've changed key bindings, it should be CTRL-A then d. CTRL-D can be dangerous, most often, I believe it signifies EOF. Which as it happens causes screen to quit (if the input stream has been

Re: [gentoo-user] screen question

2003-06-17 Thread Norbert Kamenicky
Mike Roest wrote: Mikhail P. wrote: snip | which probably means Ctrl+D should detach it back, but it does not work well | for me. On mine CTRL-A CTRL-D detaches a screen. Which I can then reattach with screen -r Another possibility is to run screen -d from another terminal. Noro -- [EMAIL