密碼:tao168news
0986653787
0910408888
安装 Tmux (centOS 环境)
$ yum -y install tmux
常用命令
终端中使用 Tmux 命令
启动 tmux
或 使用 -s 命令指定会话名称,使用 -n 命令指定窗口名称
$ tmux new -s sessionName -n window
退出会话(tmux会话内命令)
$ tmux detach
退出并关闭会话(窗口,窗格)
$ exit
结束后台的会话
#通过会话编号
$ tmux kill-session -t 0
#通过会话名称
$ tmux kill-session -t sessionName
查看所有会话
$ tmux ls
激活会话
$ tmux attach -t sessionName
cd /www/wwwroot/dahan-cloud.com
# 赋予执行权限
chmod +x ./cloudreve
# 启动 Cloudreve
./cloudreve --license-key "wGzkdymUkXTcGOLkwemtJskKAMgLkhwNRBVOzHFnpDSfvsRTiHFqbMhUqROBKnmBvFDYvWSB"