info:tmux

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

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] radeffinfo: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/delete the current session +# kill/delete session "mysession" 
-    kill-session+    kill/delete session mysession
 # 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://www.hostinger.com/fr/tutoriels/comment-utiliser-tmux|Comment utiliser tmux + Cheat sheet gratuit]]   * [[https://www.hostinger.com/fr/tutoriels/comment-utiliser-tmux|Comment utiliser tmux + Cheat sheet gratuit]]
   * [[https://www.malekal.com/utiliser-tmux-linux/|Utiliser Tmux sur Linux avec des exemples]]   * [[https://www.malekal.com/utiliser-tmux-linux/|Utiliser Tmux sur Linux avec des exemples]]
 +  * [[https://slash-root.fr/tmux-guide-multiplexeur-terminal/|Tmux : le guide du multiplexeur de terminal]]
  
  
  • info/tmux.1762065852.txt.gz
  • Dernière modification : 2025/11/02 07:44
  • de radeff