# Linux 터미널 멀티플렉서 4종 비교

> Clean Markdown view of GeekNews topic #4357. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4357](https://news.hada.io/topic?id=4357)
- GeekNews Markdown: [https://news.hada.io/topic/4357.md](https://news.hada.io/topic/4357.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-05-30T09:55:46+09:00
- Updated: 2021-05-30T09:55:46+09:00
- Original source: [opensource.com](https://opensource.com/article/21/5/linux-terminal-multiplexer)
- Points: 8
- Comments: 2

## Topic Body

tmux, GNU Screen, Konsole, Terminator 비교

tmux :

ㅤ→ 멀티플렉서의 시작

ㅤ→ 데몬으로 실행

ㅤ→ 미러링으로 여러 터미널 동시 입력

ㅤ→ 다양한 창 분할 지원

GNU Screen :

ㅤ→ 데몬으로 실행

ㅤ→ 시리얼로도 연결 가능

Konsole :

ㅤ→ 데몬으로 실행되는 멀티플렉서는 아님

ㅤ→ Qt로 만들어진 다양한 창모드간에 입력을 에코기능으로 복사 지원

ㅤ→ KDE 사용자에게는 손에 익은대로 사용 가능

Terminator :

ㅤ→ GNOME 사용자에게 멀티플렉서 기능 제공

ㅤ→ 데몬 아님

ㅤ→ 전체를 마우스로 이용 가능

## Comments



### Comment 5330

- Author: yolatengo
- Created: 2021-05-30T12:26:59+09:00
- Points: 1

Tmux 로 프로그램 여러개 돌리는데 장기적으로 써도 안정적이고 좋아요.. 데몬화 시키기 귀찮을 때 편함..

### Comment 5329

- Author: xguru
- Created: 2021-05-30T09:57:43+09:00
- Points: 2

Tmux - https://github.com/tmux/tmux

GNU Screen - https://www.gnu.org/software/screen/

Konsole - https://konsole.kde.org/

Terminator - https://gnome-terminator.org/

그외에도 Tilix, Byobu 등이 있다고 댓글에 추천들이 있네요

- Tilix https://gnunn1.github.io/tilix-web/

- Byobu https://www.byobu.org
