history This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. <html><h1><a href="doku.php?id=Linux:start" style="color:white; text-decoration:none">Linux</a> - Screen</h1></html> ---- ====== Usage ====== See https://serverfault.com/questions/237778/how-to-prevent-screen-from-terminating-when-command-in-window-terminates <code>screen -t title -> new screen</code> <code>strg+a + d -> deattache</code> <code>screen -r or screen -x -> attache (second terminal) to screen</code>