Skip to content

Instantly share code, notes, and snippets.

@budiantoip
Last active January 5, 2023 16:00
Show Gist options
  • Save budiantoip/e174930b07edc60682c725669ec78c71 to your computer and use it in GitHub Desktop.
Save budiantoip/e174930b07edc60682c725669ec78c71 to your computer and use it in GitHub Desktop.
Screen Cheatsheet

Installation

yum install -y screen

Starting a Named Session

screen -S session_name

List any screen session

screen -ls

Reattach to a Linux Screen

screen -r

Get running processes inside Screen

screen -ls #then copy the screen id
pstree <screen_id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment