From a271e3930e61fbb3d9bf27090edf9505d941d872 Mon Sep 17 00:00:00 2001 From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com> Date: Sat, 13 Aug 2022 08:06:20 -0400 Subject: [PATCH] Add tmux multiplexer (#1472) Tmux documentation --- .../101-live-in-terminal/101-tmux-multiplexer.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/101-tmux-multiplexer.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/101-tmux-multiplexer.md index 64fa40903..ca00d6a08 100644 --- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/101-tmux-multiplexer.md +++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/101-tmux-multiplexer.md @@ -1 +1,10 @@ -# Tmux multiplexer \ No newline at end of file +# Tmux + +Tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. Tmux may be detached from a screen and continue running in the background, then later reattached. + +When tmux is started it creates a new session with a single window and displays it on screen. A status line at the bottom of the screen shows information on the current session and is used to enter interactive commands. + +See `man tmux` further information + +Tux Cheat Sheet +Tmux Documentation