what is terminal multiplexer
During work this week, I had to run a long running command inside a ssh session. Because the connection was going to get cut off before the command finished, I used tmux (a terminal multiplexer) to create a session that will live even when I cut the ssh connection. With a terminal multiplex allows you to multiplex several sessions in a single terminal. Its key feature is that users can attach and detach from such sessions.