Skip to content

Instantly share code, notes, and snippets.

View robert-sokol's full-sized avatar

Robert Sokol robert-sokol

  • Zagreb, Croatia
View GitHub Profile

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(multi-display mode) screen -x <session_name>
Attach to a detached session screen -r