LoginSignup
6
6

More than 5 years have passed since last update.

tmux で画面を共有する方法(ソケットファイルを使わない方法)

Posted at

普通にセッション名を指定するだけで共有できます。

tmux a -t session_name

セッション名は ls コマンドで確認できます。

% tmux ls
1: 1 windows (created Sat Jan 24 14:55:38 2015) [80x23] (attached)
sss: 1 windows (created Sat Jan 24 14:51:41 2015) [80x23] (attached)

一番左に表示している 1 と sss がセッション名です。
セッション名 sss に画面共有する場合は以下になります。

tmux a -t sss
6
6
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
6
6