Tmux

From creative crowd wiki
Revision as of 11:22, 14 March 2025 by Manetta (talk | contribs) (Created page with "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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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