Linux CLI - SSH and Remote AccessWhy 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.Check Answer
Step-by-Step SolutionSolution:Step 1: Understand tmux architecturetmux runs a background server process that manages sessions independently of client connections.Step 2: Eliminate incorrect optionstmux does not save sessions to disk automatically, nor uses screen sharing or environment variables for persistence.Final Answer:Because tmux runs a server process that keeps sessions alive independently. -> Option CQuick 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 automaticallyConfusing tmux with screen commandBelieving environment variables store sessions
Master "SSH and Remote Access" in Linux CLI9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More Linux CLI Quizzes Archiving and Compression - zip and unzip - Quiz 12easy Archiving and Compression - tar (create and extract archives) - Quiz 15hard Environment and Configuration - Why environment setup customizes the shell - Quiz 12easy Environment and Configuration - Aliases for shortcuts - Quiz 2easy Environment and Configuration - History command and search - Quiz 11easy Package Management - apt (Debian/Ubuntu) basics - Quiz 13medium Package Management - Repository management - Quiz 15hard SSH and Remote Access - Key-based authentication - Quiz 2easy SSH and Remote Access - SSH config file - Quiz 7medium System Administration - dmesg for kernel messages - Quiz 4medium