Show Menu
Cheatography

Contains basic Screen commands

Basic Commands

screen -ls
List the currently running sessions
screen -S <na­me>
Create a new session with a name
screen -r <pi­d/n­ame>
Reattach to a session
 

Shortcuts

Ctrl-a d
Detach from a session
Ctrl-a \ 
Quit session (from within screen)
Ctrl-a c
Create a new window
Ctrl-a k
Kill a window
Ctrl-a tab
Go to the next window
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          Linux Command Line Cheat Sheet
          Bash/ZSH Shourtcuts Cheat Sheet
          bash Shortcuts Cheat Sheet

          More Cheat Sheets by pisceswolf96