User:HR/tmux

From Gangplank
Jump to navigation Jump to search

tmux [1] is a terminal multiplexer [2] for Unix-like operating systems (e.g. Linux, Mac OSX, Rasperry Pi OS) [3]. If tmux is installed on a remote device it enables you to create persistent login sessions. This allows you for example to run command-line [4] programs, detach from the session while the programm is still running and log out. Later you can log on again, attach to the session and inspect the results. tmux also allows you to invoke multiple terminal windows, enabling you to do work in parallel without the need to connect multiple times to the remote device.

References

External links

https://tmux.github.io/