ctrl-a-c: create a new screen
ctrl-a-n: switch to next screen
ctrl-a-p: switch to previous screen
ctrl-a-d: detach
ctrl-a A: set title
screen -ls: look up how many screens you open
ctrl-a-n: switch to next screen
ctrl-a-p: switch to previous screen
ctrl-a-d: detach
ctrl-a A: set title
screen -ls: look up how many screens you open
screen -r number(process_id?): switch to that screen
Comments