HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

byobu — Window manager and terminal multiplexer. See also: `tmux`, `screen`. More information: <https://www.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
terminalcommandandclibyobumultiplexermanagerwindow

Problem

How to use the byobu command: Window manager and terminal multiplexer. See also: tmux, screen. More information: <https://www.byobu.org/documentation>.

Solution

byobu — Window manager and terminal multiplexer. See also: tmux, screen. More information: <https://www.byobu.org/documentation>.

Start a new session:
byobu


Configuration and help:
byobu-config


Select tmux (default) or screen backend:
byobu-select-backend


Enable automatic startup after login into text console:
byobu-enable


Disable automatic startup after login into text console:
byobu-disable


Detach from byobu:
<F6>


Kill a window:
<Ctrl a><k>

Code Snippets

Start a new session

byobu

Configuration and help

byobu-config

Select tmux (default) or screen backend

byobu-select-backend

Enable automatic startup after login into text console

byobu-enable

Disable automatic startup after login into text console

byobu-disable

Context

tldr-pages: common/byobu

Revisions (0)

No revisions yet.