Linux TTY & PTY
- What is the difference between getty and agetty?
- Getty - ArchWiki
- TTY/PTY 原理解析
- The TTY subsystem in Linux (YouTube)
- The TTY demystified
- Linux Terminals, TTY, PTY and Shell
- Reverse Shell Cheat Sheet
- ttys(4) - Linux man page
常用命令 (Common Commands)
# 查看当前 tty
tty
# 查看 stty 设置
stty -a
stty --file $(tty) -a
# 设置为 raw 模式
stty raw