mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 13:46:53 +00:00
31 lines
533 B
Plaintext
31 lines
533 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# byobu
|
|
|
|
> Window manager and terminal multiplexer.
|
|
> See also: `tmux` and `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`
|