Screen :: Message To Self

Screen is a util where you can switch between ‘screens’ when using ssh

this is a message to self: which commands do i used th emost

start screen: just enter screen
screen -ls :: detect which screens are detached and running when opening new ssh session
screen -DR :: go to detached screen or use
screen -r xxxxx.pts-0.hostname attach screen found with ls

within the screen
CTRL-A N / P ( Next Screen / Previous Screen)
CTRL-A C (New SSH screen Window)
CTRL-A D (Detach Screen from window)

that’s it, solves problems cloasing sessions when still running.

More Info here:

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.