From 052d64bd8b4d78c3b8068b963083685fb0b7d3e7 Mon Sep 17 00:00:00 2001 From: Jessica Hamrick Date: Sun, 14 Sep 2008 16:15:02 -0500 Subject: [PATCH] --- doc/UsingZephyr | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/doc/UsingZephyr b/doc/UsingZephyr index b65a82f..a8f3ade 100644 --- a/doc/UsingZephyr +++ b/doc/UsingZephyr @@ -179,17 +179,4 @@ C-a 0 To detach a screen session (for example, if you want to log out), press C-a d. Screen continues to run, but is no longer active. -To reattach a screen session, run one of the following commands (as listed in the screen man page): - -'''{{{-d -r}}}''' Reattach a session and if necessary detach it first.[[BR]] -'''{{{-d -R}}}''' Reattach a session and if necessary detach or even create it first.[[BR]] -'''{{{-d -RR}}}''' Reattach a session and if necessary detach or create it. Use the first session if more than one session is available.[[BR]] -'''{{{-D -r}}}''' Reattach a session. If necessary detach and logout remotely first.[[BR]] -'''{{{-D -R}}}''' Attach here and now. In detail this means: If a session is running, then reattach. If necessary detach and logout remotely first. If it was not running create it and notify the user.[[BR]] -'''{{{-D -RR}}}''' Attach here and now. Whatever that means, just do it.[[BR]] -'''{{{-x}}}''' Attach to a not detached screen session. (Multi display mode).[[BR]] - -Note: It is always a good idea to check the status of your sessions by means of "screen -list". - -The -x option is preferable, since it means you don't need to reattach your screen elsewhere if it was previously attached. - +To reattach a screen session, run {{{screen -dR}}}. There are other options available, run {{{man screen}}} to learn more about them. \ No newline at end of file -- 2.45.0