Download Markdown
Best for copying commands, snippets, and config into notes, prompts, or docs
Download MarkdownTools
Print-ready cheat sheet for GNU Screen, organized for fast lookup, study, and desk-side use
Sample
screen # new unnamed session
screen -S work # new session named "work"
screen -ls # list all sessions
screen -list # same as -ls
screen -S name | Start new named session |
screen -r name | Reattach to detached session |
screen -x name | Attach to already-attached session (share) |
screen -d name | Detach a remote session |
screen -d -r name | Detach elsewhere, reattach here |
screen -D -RR | Force detach and reattach (aggressive) |
screen -ls | List all sessions with PIDs |
screen -wipe | Clean up dead sessions |
Download the full cheat sheet for all sections, formatted for print
Download PDFDownloads
Recommended
B&W, ink-efficient. The default for laser printers and photocopies
Best for Printouts and desk-side reference
Warm color accents for on-screen reading or color printers
Best for Screen reading or color printers
Maximum density, 4-column layout. Everything on one page
Best for Fast scanning and minimum paper use
Text formats
Download Markdown
Best for copying commands, snippets, and config into notes, prompts, or docs
Download MarkdownPreview
The web preview is for quick browsing. The PDF remains the authoritative print artifact
Open in Browser