Skip to main content

One post tagged with "Linux"

View All Tags

Tmux---A Linux Termainal Multiplexer

· 7 min read
Too_Young
Moonlit maintanier

bk


In the process of remotely connecting to a server via SSH, we may encounter situations where a command is running but the connection is suddenly interrupted, or we have to disconnect for some reason. However, we want the command to continue running after the connection is closed, and we also want to be able to view its output after reconnecting. In such cases, we can achieve this by using a terminal multiplexertmux.