How do I disconnect all other users in tmux?

前端 未结 2 595
情话喂你
情话喂你 2020-12-22 16:04

I\'ve got a tmux session where the window is too small because some user somewhere is connected.

How do I tell tmux to disconnect all connected users?

2条回答
  •  攒了一身酷
    2020-12-22 16:40

    tmux a -dt

    a=attach
    d=detach other clients (so only you can attach to this session)
    t=target
    

提交回复
热议问题