Skip to content

Instantly share code, notes, and snippets.

@hsuh
Created May 12, 2014 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsuh/1749ac70846095f3af4c to your computer and use it in GitHub Desktop.
Save hsuh/1749ac70846095f3af4c to your computer and use it in GitHub Desktop.
killing a screen session
kill" will only kill one screen window. To "kill" the complete session, use quit.
Example
$ screen -X -S [session # you want to kill] quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment