Difference between revisions of "Tmux"

From Gangplank
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:tmux}} '''tmux''' <ref>wikipedia:Tmux</ref> is a terminal multiplexer <ref>wikipedia:Terminal_multiplexer</ref> for Unix-like operating systems (e.g. Li...")
 
m
Line 1: Line 1:
{{DISPLAYTITLE:tmux}}
{{DISPLAYTITLE:tmux}}
'''tmux''' <ref>[[wikipedia:Tmux]]</ref> is a terminal multiplexer <ref>[[wikipedia:Terminal_multiplexer]]</ref> for Unix-like operating systems (e.g. Linux, Mac OSX, Rasperry Pi OS) <ref>[[wikipedia:Unix-like]]</ref>. 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 <ref>[[wikipedia:Command-line_interface]]</ref> 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.
'''tmux''' <ref>[[wikipedia:Tmux]]</ref> is a terminal multiplexer <ref>[[wikipedia:Terminal_multiplexer]]</ref> for Unix-like operating systems (e.g. Linux, Mac OSX, Rasperry Pi OS) <ref>[[wikipedia:Unix-like]]</ref>. If tmux is installed on a remote device it enables you to create persistent login sessions. Programms that you invoke during a session wont get automatically terminated if you log out or if the connection to the remote device is interrupted. 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 ==
== References ==

Revision as of 09:56, 15 April 2021

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. Programms that you invoke during a session wont get automatically terminated if you log out or if the connection to the remote device is interrupted. 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/