无法在linux中附加正确的会话tmux

时间:2016-02-26 10:49:11

标签: php linux ssh

我在ubuntu中使用tmux实现了多个会话。我忘了给每个人起名字。当我输入 tmux ls 时,结果显示如下

1: 1 windows (created Wed Feb 24 23:44:53 2016) [80x24]

2: 1 windows (created Thu Feb 25 22:37:13 2016) [80x24]

3: 1 windows (created Thu Feb 25 23:25:14 2016) [80x24]

4: 1 windows (created Fri Feb 26 03:18:03 2016) [80x24] 

我的问题是如何逐一打开?谢谢

1 个答案:

答案 0 :(得分:1)

如果我们没有为每个人分配名称,他们会分配默认名称。

如果你想杀死以下会话

1: 1 windows (created Wed Feb 24 23:44:53 2016) [80x24]

输入以下命令

$ tmux kill-session -t 1:

如果你想在会议上面附上

$ tmux a -t 1: