FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
tmux: a modern replacement for screen
How-ToTools

tmux: a modern replacement for screen

via Dev.to TutorialMichael Saparov1mo ago

Tmux is a terminal multiplexer. It lets you run multiple programs in a single terminal, detach them (so they keep running in the background), and later reattach from another terminal. Tmux has three core concepts: session, window, and pane. Session — groups one or more windows together. Window — groups one or more panes; a session can have multiple windows. Pane — a split area inside a window that contains a terminal with a running program. Sessions. Start a session. To start working with tmux, create a session. If you don’t specify a name, tmux will assign one automatically: tmux To create a session with a custom name: tmux new -s session_name After creating a session, tmux attaches you to automatically. Leaving a session. There are two ways to leave a tmux session: Detach from the session — the session keeps running in the background: Ctrl+b d Exit the shell — the session will be destroyed if no windows remain: Ctrl+D Managing sessions. To see all running sessions: tmux ls To attach

Continue reading on Dev.to Tutorial

Opens in a new tab

Read Full Article
22 views

Related Articles

How-To

Start Here: Learning to develop your own way with SCSIC

Medium Programming • 16h ago

Vibe Coding Isn’t for Everyone (And That’s the Point)
How-To

Vibe Coding Isn’t for Everyone (And That’s the Point)

Medium Programming • 18h ago

Sometimes We Make Mistakes (Meta’s Cost $80 Billion)
How-To

Sometimes We Make Mistakes (Meta’s Cost $80 Billion)

Medium Programming • 18h ago

Gate.io vs KuCoin — Which Crypto Exchange Is Better? (2026)
How-To

Gate.io vs KuCoin — Which Crypto Exchange Is Better? (2026)

Dev.to Beginners • 19h ago

How to Build a Real Multi-Agent Engineering Workflow With oh-my-claudecode
How-To

How to Build a Real Multi-Agent Engineering Workflow With oh-my-claudecode

Medium Programming • 20h ago

Discover More Articles