Difference between revisions of "Screen"

From MyWiki
Jump to: navigation, search
Line 3: Line 3:
 
To switch between shells, press Control-a # where # is the number of the shell. For example, to switch to shell number 1, press Control-a 1 <br>
 
To switch between shells, press Control-a # where # is the number of the shell. For example, to switch to shell number 1, press Control-a 1 <br>
 
screen -d -R sessionname will resume a session that you started in a different location. <br>
 
screen -d -R sessionname will resume a session that you started in a different location. <br>
 +
Control-a ? will give help inside of screen.<br>

Revision as of 00:10, 2 May 2015

Create a seccion  : screen -S sessionname
To create a new interactive shell, press Control-a c
To switch between shells, press Control-a # where # is the number of the shell. For example, to switch to shell number 1, press Control-a 1
screen -d -R sessionname will resume a session that you started in a different location.
Control-a ? will give help inside of screen.