Difference between revisions of "Screen linux command"
From Teknologisk videncenter
m (→On console 1=) |
m |
||
Line 3: | Line 3: | ||
==On console 1== | ==On console 1== | ||
<source lang=cli> | <source lang=cli> | ||
− | screen | + | screen -S banan |
</source> | </source> | ||
==On console 2== | ==On console 2== | ||
Same user as on console 1 | Same user as on console 1 | ||
<source lang=cli> | <source lang=cli> | ||
− | screen -x | + | screen -x banan |
</source> | </source> | ||
{{Source cli}} | {{Source cli}} | ||
[[category:Linux]][[category:Linux Command]] | [[category:Linux]][[category:Linux Command]] |
Revision as of 07:05, 26 May 2023
Split screen
Two consoles working together
On console 1
screen -S banan
On console 2
Same user as on console 1
screen -x banan