How To Install and Use the screen Command on AWS Linux

Published Date Author: , Posted August 12th, 2016 at 8:29:46pm

Install it: yum install screen
Start it up: screen
Detach from the session: Control-a d
Re-attach to the session later on: screen -r

This is a good reference guide:
https://www.rackaid.com/blog/linux-screen-tutorial-and-how-to/

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.