Appearance
把通电后的 fork/execve 接进 GUI:点终端图标 → fork 出子进程 → execve 成 /bin/sh → 每个终端背后一个独立的 shell(私有 pipe + 私有 fd 表),互不串扰。
/bin/sh