tmux 2022-11-06 / Linux 目录 Show session listCreate a new sessionAttach a session Easy way to use tmux. Show session listtmux ls Create a new sessiontmux new -s <session-name> Attach a sessiontmux attach -t <session-name> or tmux a -t <session-name>