Easy way to create new tmux session & Share with other logged in user

Easy way to create new tmux session & Share with other logged in user

how to create easy way new tmux session and sharing the session with other logged in user?

Creating the new session,

$ tmux

How to find the sessions created in the machine?

$tmux ls

Output:

0: 1 windows (created Tue Oct 13 19:06:11 2020) [173x39] (attached)

How to attach and join in the above tmux session?

 $ tmux attach-session -t 0

Output:

Successfully joined the tmux session.

How to exit the tmux session?

press ctrl + d

Output:

quit successfully



Python installation

Privacy Policy  |  Copyrightcopyright symbol2020 - All Rights Reserved.  |  Contact us   |  Report website issues in Github   |  Facebook page   |  Google+ page

Email Facebook Google LinkedIn Twitter
^