How do you detach a remote screen session in byobu (tmux)?

后端 未结 7 2073
[愿得一人]
[愿得一人] 2020-12-29 04:01

I am currently in a byobu-tmux session and am ssh\'ed into a screen session. How do I detach the remote screen session without detaching byobu-tmux session? Some things to

相关标签:
7条回答
  • 2020-12-29 04:44

    perhaps not relevant to tmux but for byobu, I found the following command to be very helpful: detach all sessions except the current one:

    /usr/lib/byobu/include/tmux-detach-all-but-current-client

    hope this helps

    0 讨论(0)
提交回复
热议问题