Thursday, January 30, 2014

GNU Screen

This is one of those things I picked up years ago while in graduate school that I just assumed everyone else already knew about. GNU screen is a great utility built-in to most Linux installations for remote session management. Typing 'screen' at the command line enters a new screen session. Once launched, you can start processes in the screen session, detach the session with Ctrl-a+d, then reattach at a later point and resume where you left off. See this screencast I made below:

4 comments:

  1. Screen is great. I first found it in this great primer on Kuro5hin:

    http://www.kuro5hin.org/story/2004/3/9/16838/14935

    ReplyDelete
  2. I also recommend tmux.. screen can be a bit tricky to configure..

    ReplyDelete
  3. Thanks for that. I have passively known screen for a long time but this helps me to start to use it. Ctrl-a d, screen -r, screen -ls -> ...so, easy.

    ReplyDelete
  4. I wanted to write a blog on screen a while ago and never did...
    thanks.

    ReplyDelete

Note: Only a member of this blog may post a comment.

Creative Commons License
Getting Genetics Done by Stephen Turner is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.