![]() |
![]() |
|
![]() |
![]() |
Encyclopedia :
G :
GN :
GNU :
GNU screen |
|
|
GNU screenGNU Screen is a GNU utility which allows the user to emulate a terminal within a terminal. While the advantage of this is not immediately apparent, screen allows the user to perform several additional tasks over a normal terminal. Features of screen include:
Tiny GNU Screen tutorialThis is a tiny GNU Screen tutorial to show how to use programs like irssi and Lynx in one terminal. First start irssi in your shell by typing: screen irssi now in irssi you can type: Ctrl+A, C this will give you new a shell (terminal window); irssi continues to run in the background. Now you can start lynx (or any other program) in the new shell by typing: lynx http://www.google.com Now you can cycle between these two terminals by pressing: Ctrl+A, space Now if you want to log out and you want programs still to run in the background you type: Ctrl+A, D This will detach your screen. irssi and lynx will now run in the background and you can log out from the shell. If you log back in to your shell and you want to see your irssi and lynx again (in the state where you left them), resume your screen session by typing screen -r When you want to quit irssi or lynx, just exit them normally (in lynx press Q twice and in irssi write /quit). This was just a tiny GNU Screen tutorial, showing only small set of GNU Screen features. External links
|
|
|
This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License. |
|
| © 2008 Chamas Enterprises Inc. |