【TMUX托管窗口】
sudo su - 切换到root权限
yum install -y tmux 安***ux
[使用 tmux]
tmux new -s abcd 创建任务名为abcd
tmux ls 列出当前任务
tmux attach -t abcd 进入abcd任务
ctrl + b, d 退出,还在跑
ctrl + d 退出,任务停止
sudo su - 切换到root权限
yum install -y tmux 安***ux
[使用 tmux]
tmux new -s abcd 创建任务名为abcd
tmux ls 列出当前任务
tmux attach -t abcd 进入abcd任务
ctrl + b, d 退出,还在跑
ctrl + d 退出,任务停止