前5
1、tmux ls
2、tmux new -s webapp
3、tmux attach -t test1(也可以简写为:tmux a -t test1)
4、tmux kill-session -t test1
快捷键
1、c-b, d(dettach)
1、tmux ls
2、tmux new -s webapp
3、tmux attach -t test1(也可以简写为:tmux a -t test1)
4、tmux kill-session -t test1
1、c-b, d(dettach)