A Beginner’s Guide to tmux

<p>Tmux is a terminal multiplexer; it allows you to create several &ldquo;pseudo terminals&rdquo; from a single terminal. This is very useful for running multiple programs with a single connection, such as when you&rsquo;re remotely connecting to a machine using&nbsp;<a href="https://www.redhat.com/sysadmin/access-remote-systems-ssh" rel="noopener ugc nofollow" target="_blank">Secure Shell (SSH)</a>.</p> <p>Tmux also decouples your programs from the main terminal, protecting them from accidentally disconnecting. You can detach tmux from the current terminal, and all your programs will continue to run safely in the background. Later, you can reattach tmux to the same or a different terminal.</p> <p><a href="https://medium.com/pragmatic-programmers/a-beginners-guide-to-tmux-7e6daa5c0154"><strong>Click Here</strong></a></p>
Tags: Guide tmux