Difference between revisions of "Linux screen"

From John Freier
Jump to: navigation, search
(Leave a Screen session but not close it)
Line 8: Line 8:
  
 
== Leave a Screen session but not close it ==
 
== Leave a Screen session but not close it ==
   Ctrl+A, D
+
   ctrl+a, d
  
 
== List Screens ==
 
== List Screens ==

Revision as of 09:52, 2 June 2016

Install Screen

Screen is an application to have multiply sessions in Linux. It also allows you to start a session on one terminal, and continue it on another. Or allow a process to run while you logged out of the terminal session.

 sudo apt-get install screen

Start a Session

 screen

Leave a Screen session but not close it

 ctrl+a, d

List Screens

 screen -ls

Return to a Session

 screen -r 4123-12e-session

Resources

https://www.howtoforge.com/linux_screen