Changes between Version 2 and Version 3 of HowtoScreen
- Timestamp:
- 2012-04-18T18:26:33+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowtoScreen
v2 v3 1 == Screen program == 1 = Screen program = 2 [[TOC()]] 2 3 4 == Create == 3 5 With screen you can create one or more sessions in your current SSH terminal. Just run 4 6 … … 15 17 Ctrl a d - Detaches a screen session (without killing the processes in it - they continue). 16 18 19 == Closing == 20 17 21 To close a screen session where all tasks are finished you can type 18 22 {{{ … … 20 24 }}} 21 25 22 Back on your normal SSH terminal, you can run 26 == Re-attach a screen == 27 Get a list of your current screen sessions: 23 28 {{{ 24 29 screen -ls 25 30 }}} 26 to get a list of your current screen sessions.27 31 28 32 To reconnect to one of these sessions, run