Skip to content

Instantly share code, notes, and snippets.

View andrimanna's full-sized avatar
🔌
Teaching

Andrea Mannarella andrimanna

🔌
Teaching
View GitHub Profile
@andrimanna
andrimanna / screen_cheatsheet.markdown
Last active June 29, 2026 20:53 — forked from jctosta/screen_cheatsheet.markdown
GNU Screen CheatSheet

Screen Quick Reference

Basic

Description Command
Start a new session with session name screen -S <session_name>
List running sessions / screens screen -ls
Attach to a running session screen -x
Attach to a running session with name screen -r <session_name>