Skip to content

Instantly share code, notes, and snippets.

@PotterSys
PotterSys / screen_cheatsheet.markdown
Last active February 28, 2022 15:28 — forked from jctosta/screen_cheatsheet.markdown
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
@PotterSys
PotterSys / tmux-cheatsheet.markdown
Created September 18, 2022 06:18 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname