screen 和 tmux 会话“消失”在 ssh 注销时
我已经用 screen 和 tmux 尝试过了;但将提供 tmux 的演练
我正在使用 Ubuntu 20.04.3 LTS (GNU/Linux 5.13.0-1014-aws aarch64) 远程服务器。
我将登录会话;启动一个新的 tmux 会话
tmux new -s session1 -d
tmux Attach -t session1
运行 bash 脚本
bash stuff.sh
等待。 。
几个小时后我返回,重新登录并运行
tmux ls
并得到
no server running on /tmp/tmux-2001257/default
bash 脚本是永久的
I have tried this with both screen and tmux; but will provide the walkthrough with tmux
I am using an Ubuntu 20.04.3 LTS (GNU/Linux 5.13.0-1014-aws aarch64) remote server.
I will login to the session; start a new tmux session
tmux new -s session1 -d
tmux attach -t session1
run bash script
bash stuff.sh
wait.
.
I return after a few hours, log back in and run
tmux ls
and get
no server running on /tmp/tmux-2001257/default
The bash script is perpetual
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论