Changes between Version 2 and Version 3 of HowtoScreen


Ignore:
Timestamp:
2012-04-18T18:26:33+02:00 (12 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowtoScreen

    v2 v3  
    1 == Screen program ==
     1= Screen program =
     2[[TOC()]]
    23
     4== Create ==
    35With screen you can create one or more sessions in your current SSH terminal. Just run
    46
     
    1517Ctrl a d - Detaches a screen session (without killing the processes in it - they continue).
    1618
     19== Closing ==
     20
    1721To close a screen session where all tasks are finished you can type
    1822{{{
     
    2024}}}
    2125
    22 Back on your normal SSH terminal, you can run
     26== Re-attach a screen ==
     27Get a list of your current screen sessions:
    2328{{{
    2429screen -ls
    2530}}}
    26 to get a list of your current screen sessions.
    2731
    2832To reconnect to one of these sessions, run