Bird
0
0

Why does tmux allow sessions to persist after disconnecting from SSH or closing the terminal?

hard📝 Conceptual Q10 of 15
Linux CLI - SSH and Remote Access
Why does tmux allow sessions to persist after disconnecting from SSH or closing the terminal?
ABecause tmux sessions are stored in environment variables.
BBecause tmux saves sessions to disk automatically.
CBecause tmux runs a server process that keeps sessions alive independently.
DBecause tmux uses screen sharing technology.
Step-by-Step Solution
Solution:
  1. Step 1: Understand tmux architecture

    tmux runs a background server process that manages sessions independently of client connections.
  2. Step 2: Eliminate incorrect options

    tmux does not save sessions to disk automatically, nor uses screen sharing or environment variables for persistence.
  3. Final Answer:

    Because tmux runs a server process that keeps sessions alive independently. -> Option C
  4. Quick Check:

    tmux server process enables session persistence [OK]
Quick Trick: tmux server process keeps sessions alive after disconnect [OK]
Common Mistakes:
  • Thinking sessions are saved to disk automatically
  • Confusing tmux with screen command
  • Believing environment variables store sessions

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes