Skip to content

Instantly share code, notes, and snippets.

@stablexbt
Created February 12, 2026 12:37
Show Gist options
  • Select an option

  • Save stablexbt/6c74f8566ec607081e9b4acafc5b3a24 to your computer and use it in GitHub Desktop.

Select an option

Save stablexbt/6c74f8566ec607081e9b4acafc5b3a24 to your computer and use it in GitHub Desktop.
# create screen 
screen -S <name>

# exit screen 
CTRL + A => D

# resume screen 
screen -r <sid>

# kill screen 
CTRL + D

# screen list
screen -ls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment