Go Back   Cloud Computing > Support > Tutorials and Documentation
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 11-09-11, 02:46
BOD Member
 
Join Date: Nov 2010
Posts: 202
Default About Screen

I hear the name screen but don't know what is it. Can anyone explain that what is it?
Reply With Quote
  #2 (permalink)  
Old 11-09-11, 03:34
BOD Member
 
Join Date: Dec 2010
Posts: 227
Default

Screen allows you to run multiple full-screen pseudo-terminals from one real terminal, and lets you manipulate and save your screen input and output, copy and paste between windows.
Reply With Quote
  #3 (permalink)  
Old 11-09-11, 04:50
BOD Member
 
Join Date: Nov 2010
Posts: 202
Default

How can I install and manage Screen?
Reply With Quote
  #4 (permalink)  
Old 11-09-11, 05:29
BOD Member
 
Join Date: Dec 2010
Posts: 227
Default

First off, install screen;
yum install screen
Now, type;
screen
Now, you can start a new screen. You can also utilize the -S option to name your screen like so;
screen -S 1
So your in a new screen now, awesome. Run your dang commands now.
To detach your screen while still leaving it running, you may push ctrl+a and then d.
To attach back to the screen;
screen -r
That’s about it. Screen For Dummies.
Other Commands;
Ctrl+a and then C; create a new screen
Ctrl+a and then N; switches between screens
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 00:16.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.