Screen

From KlavoWiki
Revision as of 03:02, 21 April 2010 by David (talk | contribs)
Jump to navigationJump to search

screen is a Linux command that allows you to resume your SSH session should you get disconnected.

To install screen:

yum -y install screen

To start a screen session just type screen form the CLI.

screen

If you get disconnected and need to resume your session of screen type:

screen -r