faq-running-remote-jobs-after-disconnecting.md
... ...
@@ -13,7 +13,7 @@ disconnect from the `screen` session, and log-out.
13 13
14 14
start session | `screen`
15 15
16
-disconnect from session | `<ctrl-d>` (control + "D")
16
+disconnect from session | `<ctrl-a d>` (control a + "d")
17 17
18 18
re-connect to existing session | `screen -r`
19 19
... ...
@@ -30,7 +30,7 @@ quit screen session | `exit`
30 30
31 31
`crystal> scp -r -p meyer@remote_site:~/data/ ~/data/` # start data transfer
32 32
33
-`crystal> <ctrl-d>` # disconnect from screen session
33
+`crystal> <ctrl-a d>` # disconnect from screen session
34 34
35 35
`crystal> logout` # disconnect from remote system
36 36
... ...
@@ -48,7 +48,7 @@ name of your workstation
48 48
49 49
`abacus> ./data_processing_script.sh` # start processing data
50 50
51
-`abacus> <ctrl-d>` # disconnect from screen session
51
+`abacus> <ctrl-a d>` # disconnect from screen session
52 52
53 53
`abacus> logout` # disconnect from workstation
54 54