On Wed, 18 Oct 2000, William Kendrick wrote:
> BTW, when logging into a Unix- or Linux-box remotely (eg, telnet, SSH or
> plain text modem dialup / NULL modem to a dumb terminal), you can do
> something similar to this whole virtual console thing by running a very
> nifty application called "screen".
>
> It lets you open multiple shell log-ins, swap around between them,
> cut and paste between them... I think even show multiple logins at
> a time on one terminal.
just for the record:
type "screen"
to get a new window, type "^ac" where "^ac" means control-a followed by the
letter c".
to switch back and forth between your screens, do "^a" followed by the space
bar.
i'm not sure off hand how to detach/attach sessions. never got that far in
the man page, but i use screen every day of my life. :) it's useful!
pete