Skip to content

Instantly share code, notes, and snippets.

@migueltg
Created June 6, 2019 10:20
Show Gist options
  • Save migueltg/7fa8fbbd8fce91b0371a24d291b1c570 to your computer and use it in GitHub Desktop.
Save migueltg/7fa8fbbd8fce91b0371a24d291b1c570 to your computer and use it in GitHub Desktop.
Screen linux commands
Screen
Ctrl a c -> Creates a new screen session so that you can use more than one screen session at once.
Ctrl a n -> Switches to the next screen session (if you use more than one).
Ctrl a p -> Switches to the previous screen session (if you use more than one).
Ctrl a d -> Detaches a screen session (without killing the processes in it - they continue).
screen -ls -> See all screens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment