Screen Cheat Sheet

Linux
<p>The commands I tend to use...</p> <pre><code>c-a : search for window c-a c-a : toggle last window c-a num : switch to that window c-a &quot; : list windows c-A A : change window name c-a b : send break

screen -S <session> : create new session screen -r <session> : reattach </code></pre>

© 2026 Code0x378