Nishadh KA

SCREEN usage

2014-01-16


SCREEN is a utility for multiple session in command line Linux.

  1. To start a screen with the name

    screen -S "name without mark"
    
  2. To view running screen

    screen -r
    
  3. to get into a particular screen

    screen -xr pid(of the screen)
    
  4. to get out of the screen

    CTRL+A+D
    

Ubuntu problem atkbd.c spamming the logs. How to get rid? What is this? using this http://askubuntu.com/questions/116538/atkbd-c-spamming-the-logs-how-to-get-rid-what-is-this