When running 'screen ls' the screen stops with the text [screen is terminating]
. I would like screen to keep the session alive and reattach to it to see the output of ls
.
Of course the real thing is that I don't run screen ls
, but rather a screen fsck ...
, so I would like to ensure that the screen is not terminating when this command is finished.
I would love to have an answer that is useful for an already existing running screen session, so some interactive keys like C-a ...
or C-a :
(Enter command line mode)