Thanks for the screen commands. However typing screen at the promt just gives me a blank page, can type what I want but nothing will happen until I hit C-c to terminate the screen utility. screen -v reports that the version is 3.09.11. So the utility is a very recent release. And yes, my terminal is VT100. ** Travis Roth www.TravisRoth.com travis@travisroth.com -----Original Message----- From: blinux-list-admin@redhat.com Vener Sent: Wednesday, May 29, 2002 10:01 AM To: blinux-list Subject: Re: screen utility >From your login shell prompt just enter the command screen. e.g. $ screen You should get a page with the authors blurb. Hit return and you should get back to the shell prompt. At this point, if all goes well, screen is running and you can create new virtual console sessions by typing ctrl-A c. That is hit the control-A key and then hit C. The control-A key is your meta key. To switch between screens hit control-A 0 through control-A 9 To toggle back and forth between two screens use conrtol-A conrtol-A. The last two screens accessed will be the alternates. Look at the help screens using control-A ?. Screen uses the vt100 terminal type or a variant of it so your temrinal emulator must be a VT100. I find it useful to define PS1 with a $WINDOW component since this value is set by screen and tells me at the shell prompt, which screen I am in. _______________________________________________ Blinux-list@redhat.com https://listman.redhat.com/mailman/listinfo/blinux-list