Screen

From KlavoWiki
Revision as of 02:02, 21 April 2010 by David (talk | contribs) (Created page with ''''screen''' is a Linux command that allows you to resume your SSH session should you get disconnected. To install screen: <pre> yum -y install screen </pre> To start a screen …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 seccion just type screen form the CLI.

screen

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

screen -r