[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: screen



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tuesday 4. June 2002 15:39, O Senhor wrote:
>   Hello,
>   I run screen program, and it is very, very fine! But after did read
> the manuals, still remains some doubts:
>   1- I have one terminal with 20 conections (ssh), named, all right! I
> want save this session, for in future, do not need put titles, logon,
> and etc... How?
>   2- How can i start one ssh session, and start one screen session in
> this machine too... then i start one compilation work, what the commands
> for i quit the session (for future resume), later logon in this
> machine, and resume my work?
man screen
basically
[ctrl-a]+a sends [ctrl-a] through screen. 
[ctrl-a]+d detaches screen
So
ssh machine1
screen
ssh machine2
[ctrl-a]+c  # new screen session on machine1
[ctrl-a]+0 # switch back to first screen on machine1
[ctrl-a]+a+c # new screen session on machine2
[ctrl-a]+a+0 # Goto first screen on machine2
[ctrl-a]+d # detach from machine1, leaving screen untouched in background
logout
# Sometimelater, but machine1 and machine2 hasn't been restarted
ssh machine1
screen -r # resume screen session 

You get the picture. ;-)

- -- 


 Sincerely
 Jørgen Hermanrud Fjeld

 jhf@hex.no


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEUEARECAAYFAjz8zRcACgkQ9jvTqPy5Vsoy+gCeKyzEIa6p2jMSQck1JSJ2spri
x00Al2i2pZ7m+OuRiTbjosgIpoPtpts=
=KOu/
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: