mx's grotto v7.3.3

2004/1/15

using unix screen examples by Steven G. Isaacson

Filed under: Technology Review — m1bxd @ Jan 15, 04 | 10:02 pm

Operation

To start the program, type screen. Screen then creates a single window with a shell in it. You now have the ability to detach and reattach, turn output logging on, etc. But mostly screen stays out of your way. You work as you normally would.

-a is the default key used to send a command to the screen window manager. To create a new window, type -a, and then c. Now you have two windows.

To switch from window to window you can type -a n, to go to the next window, -a p, to go to the previous window, or -a and the window number. For example, -a 7 would switch you to screen number 7. How do you detach? -a d, to detach. If you’re viewing screen number 7 when you detach, screen number 7 will reappear when you reattach. To reattach the next time you log in, start screen with the -r flag

Also see

http://www.freebsddiary.org/screen.php

http://www.unixreview.com/documents/s=1255/sam9910b/9910b.htm

No Comments »

*
To prove that you're not a bot, enter this code
Anti-Spam Image

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress