tmux 使用指南¶
这篇教程已经写得很详细了 tmux 使用教程-阮一峰
- 新建
tmux new -s <session-name> - 查看
tmux ls - 连接
tmux attach -t <session-name> - 分离
ctrl B Dtmuxdetach - 退出
exitctrl D
| Text Only | |
|---|---|
1 2 3 4 | |
这篇教程已经写得很详细了 tmux 使用教程-阮一峰
tmux new -s <session-name>tmux lstmux attach -t <session-name>ctrl B D tmux detachexit ctrl D| Text Only | |
|---|---|
1 2 3 4 | |