Since the VM server was a CentOS 6.0 box, with minimal install, I had to install Gnu Screen using;
- yum -y install screen
Here's a summary of the shortcuts that may be useful;
- Ctrl+A, c : create a new screen
- Ctrl+A, A : set a name for the screen instead of the default shell name (bash)
- Ctrl+A, " : lists the screens available
- Ctrl+A, n : toggle to next screen
- Ctrl+A, p : toggle to previous screen
References:
- http://www.gnu.org/s/screen/
No comments:
Post a Comment