提示 提示 1 查看 用 `ps aux` 找到进程 PID。 提示 2 查看 `/proc/<pid>/environ` 含有原始环境变量数据。 提示 3 查看 用 `tr '\\0' '\\n' < /proc/<pid>/environ` 格式化输出。