linux_wiki:screen

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:screen [2015/03/10 00:15]
billdozor
linux_wiki:screen [2016/03/18 23:23]
billdozor [Screen]
Line 8: Line 8:
  
 **Checklist** **Checklist**
-  * DistrosAll+  * Distro(s)Any
   * Package: screen   * Package: screen
  
Line 65: Line 65:
  
 You will notice that top was never interrupted, it was running the entire time on its screen session. You will notice that top was never interrupted, it was running the entire time on its screen session.
 +
 +----
  
 ==== Detach and Reattach Screen ====  ==== Detach and Reattach Screen ==== 
Line 80: Line 82:
 1) If it is not open still, start screen 1) If it is not open still, start screen
 <code bash> <code bash>
-screen+screen -s MySession
 </code> </code>
  
Line 125: Line 127:
  
 You should find your still running for loop, chugging away. You should find your still running for loop, chugging away.
 +
 +----
 +
 +==== Rename Existing Session ==== 
 +
 +If you started a new screen session without specifying a name or want to rename a session:
 +
 +1) Attach to your session
 +<code bash>
 +screen -r MySession
 +</code>
 +
 +2) Command Key, then colon
 +<code bash>
 +Ctrl+A :
 +</code>
 +
 +3) Type sessionname MyNewName, then enter
 +<code bash>
 +:sessionname MyNewName
 +</code>
  • linux_wiki/screen.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)