LoginSignup
0
0

Tmux:よく使うコマンドまとめ

Posted at

起動

コマンド 説明
tmux セッションを起動
tmux new -s 名前 名前付きセッションを起動

中断状態の再使用

コマンド 説明
tmux a 中断していたセッションに戻る (Attach)
tmux a -t 名前 中断していた名前付きセッションに戻る

終了

コマンド 説明
exit セッションを終了
Ctrl-b d セッションを一時的に中断してメインに戻る (Detach)

session関連

コマンド 説明
tmux list-sessions セッションの一覧を表示
tmux kill-session -t 名前 指定したセッションを終了
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0