Skip to content

Instantly share code, notes, and snippets.

@jsrn
Last active August 29, 2015 14:22
Show Gist options
  • Save jsrn/688600c095ef70b7da1c to your computer and use it in GitHub Desktop.
Save jsrn/688600c095ef70b7da1c to your computer and use it in GitHub Desktop.
screen cheatsheet

Starting Screen

$ screen

Reattaching

screen -r will allow you to reattach to a screen.

Commands

ctrl-a allows you to send commands to screen instead of your shell.

Key Effect
? show help page
c create window
n next window
p previous window
d detach
h create running log
M monitor for activity
_ monitor for silence
k kill the screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment