Showing posts with label unix. Show all posts
Showing posts with label unix. Show all posts

Thursday, March 19, 2009

Screen Manager

Can be used instead of using tabs on konsole (or gnome-terminal) terminal.

Just type screen on the terminal.
For more screens, type screen again

screen --help displays a help
When in a screen, to get help type CtrlA+?

Some useful commands
CtrlA+A (uppercase) to give a title to a screen
CtrlA+" To list the screens
CtrlA+' To select a screen
CtrlA+p To go to previous screen
CtrlA+n To go to next screen