logoalt Hacker News

drzaiusx11today at 12:22 AM1 replyview on HN

Tmux is n clients to 1 server.

Screen is 1 server to 1 client.

In screen each client session is a fork of the screen server. In tmux there's one server and many client forks iirc.


Replies

gguingfftoday at 12:28 AM

this is incorrect. you can have multiple clients using screen -x instead of screen -a

show 1 reply