摘要: 答:分成两个步骤,如下: 1.列出当前的tmux窗口 jello@jello:~$ tmux ls 1: 1 windows (created Tue Jan 17 09:28:05 2019) [207x86]13: 1 windows (created Tue Jan 17 17:49:10 2 阅读全文
posted @ 2019-01-29 18:26 Jello 阅读(13342) 评论(0) 推荐(1)
摘要: 答:一共有两个步骤,如下: 1.列出打开的终端 who 2.kill需要kill的tty终端 pkill -kill -t pts/2 阅读全文
posted @ 2019-01-29 18:14 Jello 阅读(3830) 评论(0) 推荐(0)
摘要: 1.退出(detach)当前tmux ctrl+d 2.重新进入tmux tmux attach -t <target-session> 如:当前有很多session,那么选择哪一个呢? 2.1 使用命令tmux ls来获取target-session jello@jello:~$ tmux ls 阅读全文
posted @ 2019-01-29 18:04 Jello 阅读(21220) 评论(0) 推荐(1)