Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:screen [2016/09/19 15:09] tmadelinux:screen [2020/01/09 22:35] – [SCREEN] tmade
Line 13: Line 13:
 Optional: Start logging (each command executed in screen will be written to a file such as "screenlog.0" in the home directory of the screen executing user): Optional: Start logging (each command executed in screen will be written to a file such as "screenlog.0" in the home directory of the screen executing user):
  
-  ctrl + aH+  ctrl + a H
      
 Detach from running screen: Detach from running screen:
Line 46: Line 46:
  
   screen -r 1864.pts-0.demo-host   screen -r 1864.pts-0.demo-host
 +or
 +  screen -r -S 1864.pts-0.demo-host
      
 Terminate all screen-sessions: Terminate all screen-sessions:
Line 58: Line 60:
  
   screen -X -S 1864.pts-0.demo-host quit   screen -X -S 1864.pts-0.demo-host quit
 +  
 +Attach to an already attached session (e. g. after network disconnect):
 +
 +  screen -rd
 +  screen -r -d 30608
      
  
linux/screen.txt · Last modified: 2024/01/05 11:38 by tmade
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki