为什么明明35岁以上的员工更稳定,招聘时不要,被裁的也是他们?
你被哪个后来知道很sb的BUG困扰过一周以上吗?
你在你男/女朋友的手机里发现过什么秘密?
哪张照片让你觉得刘亦菲美得不可方物?
在职场中,分屏显示器有什么选购技巧?
据说Rust和WASM可以让J***ascript变得更强,有值得推荐的项目吗?

Linux 中的 console、terminal、tty、pty、pts 有哪些区别?

发布日期:2025-06-23 15:10:18 浏览次数:0

tmux、SSH、pts 和 Shell 的完整关系解析完整架构总结本地电脑 → SSH → 网络 → 服务器 ↓ SSH服务器 → 分配 pts/1 ↓ tmux client (运行在pts/1上) ↓ (Unix Socket) tmux server (独立后台进程) ├── Session1 │ ├── Window0 │ │ ├── Pane0 → bash进程 (pty1) │ │ └── Pane1 → zsh进程 (pty2) │ └── Window1 │ └── Pane0 → fish进程 (pty3) └── Session2 └── Window0 └── Pane0 → bas…。

Linux 中的 console、terminal、tty、pty、pts 有哪些区别?