top image
home  /  pages  /  software  /  contact about

Common commands with screen

Problem

You always forget how screen works.

Share a screen session

First screen:

$ screen

Other screen:

$ screen -x [id]

Where id is empty, or a screen id (use screen -ls).

Both will now be looking at the same screen session.

URL: http://thomer.com/howtos/screen.html
Copyright © 1994-2008 by Thomer M. Gil
Created: 2004/09/17
Last modified: 2004/09/17