Skip to content

Instantly share code, notes, and snippets.

@ajinabraham
Created April 19, 2015 15:20
Show Gist options
  • Save ajinabraham/62d72842f1b31c22c575 to your computer and use it in GitHub Desktop.
Save ajinabraham/62d72842f1b31c22c575 to your computer and use it in GitHub Desktop.
Linux Tips
sudo apt-get install screen
Start a new session:
screen -S <screen_name>
Run your process as you run it in the screen session. If you want to back to your main terminal press key shortcut ctrl+a+d. And also view the screen by typing,
screen -r <screen_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment