using screen

Use screen when you want to manage multiple sessions in a terminal. Install it on Ubuntu

sudo apt-get install screen

There are a lot of options for screen. I won’t go into them. I use screen most often when I shell into a remote server and want to hop into my database, or parse a log file, run top and need to run another process at the same time. Instead of opening another terminal session, I just use screen and bypass login/sudo or whatever other options I have configured for my current terminal session.

Start up screen:

screen

Create a new screen session

ctl+a+c

Tab between your screen sessions:

ctl+a+n

There is a whole lot more to screen, like assignment of sessions to other users and groups.

No related posts.

This entry was posted in Programming. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>