Monday, March 15, 2010

screen command on linux

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
screen -r number(process_id?): switch to that screen



0 comments: