Screen
Screen¶
From the command line¶
screen -list: list screen sessions
screen -S NAME: start a named session
screen -r PID: attach detached screen session
screen -r MySession: attach screen session with name MySession
Inside screen session¶
c-a k: Kill the current window
c-a n: Switch to the next window
c-a p: Switch to the previous window
c-a ESC: Enter scrollback mode. Hit ESC again to quit.
c-a c-d: Detach the window