Difference between revisions of "Screen linux command"
From Teknologisk videncenter
m (Created page with "On console 1 <source lang=cli> screen </source> On console 2 - Same user as on console 1 <source lang=cli> screen -x </source> {{Source cli}} category:Linux[[category:Linux C...") |
m |
||
| Line 1: | Line 1: | ||
| − | On console 1 | + | =Split screen= |
| + | Two consoles working together | ||
| + | =On console 1== | ||
<source lang=cli> | <source lang=cli> | ||
screen | screen | ||
</source> | </source> | ||
| − | On console 2 | + | ==On console 2== |
| + | Same user as on console 1 | ||
<source lang=cli> | <source lang=cli> | ||
screen -x | screen -x | ||
Revision as of 13:14, 2 May 2012
Split screen
Two consoles working together
On console 1=
screenOn console 2
Same user as on console 1
screen -x