Difference between revisions of "Screen"

From MyWiki
Jump to: navigation, search
(Created page with "Create a seccion : screen -S sessionname<br> To create a new interactive shell, press Control-a c <br>")
 
Line 1: Line 1:
 
Create a seccion  :  screen -S sessionname<br>
 
Create a seccion  :  screen -S sessionname<br>
 
To create a new interactive shell, press Control-a c <br>
 
To create a new interactive shell, press Control-a c <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>

Revision as of 00:08, 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