Tmux
Jump to navigation
Jump to search
first change to a shared user
$ sudo su friend
then one person makes a new session:
$ tmux new
and the others attach to it:
$ tmux attach
to detach:
$ tmux detach