Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| info:tmux [2025/11/02 07:44] – radeff | info:tmux [2026/08/04 05:56] (Version actuelle) – radeff | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ====== tmux ====== | + | ====== tmux sessions |
| //tmux (rempl. screen) teminal multiplexer// | //tmux (rempl. screen) teminal multiplexer// | ||
| Ligne 5: | Ligne 5: | ||
| # Start a new session or attach to an existing session named mysession | # Start a new session or attach to an existing session named mysession | ||
| tmux new-session -A -s mysession | tmux new-session -A -s mysession | ||
| - | # kill/ | + | # kill/delete session |
| - | kill-session | + | kill/ |
| # Show all sessions | # Show all sessions | ||
| tmux ls | tmux ls | ||
| + | # Attach to session radeff | ||
| + | tmux attach -t radeff | ||
| # Attach to last session | # Attach to last session | ||
| tmux attach-session | tmux attach-session | ||
| Ligne 22: | Ligne 24: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||