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.