]> sipb.mit.edu Git - wiki.git/commitdiff
(no commit message)
authorJessica Hamrick <jhamrick@mit.edu>
Sun, 14 Sep 2008 21:15:02 +0000 (16:15 -0500)
committerTrac <sipb-www@mit.edu>
Sun, 1 Feb 2009 07:24:50 +0000 (02:24 -0500)
doc/UsingZephyr

index b65a82f5f08846aa18b608ac9d3eee6f4212b1c3..a8f3adef4f016912cd34e6ad28104f74ba2b37ef 100644 (file)
@@ -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