首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏运维

    walle 报错 out of pty devices 处理

    说明: pty - pseudoterminal interfaces A pseudoterminal (sometimes abbreviated "pty") is a pair of virtual The slave end of the pseudoterminal provides an interface that behaves exactly like a classical terminal A process that expects to be connected to a terminal, can open the slave end of a pseudoterminal and

    1.3K10发布于 2020-02-13
  • 来自专栏运维开发王义杰

    WinPexpect和Pexpect:跨平台Python自动化的关键选择

    主要差异 平台支持 Pexpect:Unix-like系统(Linux、macOS等) WinPexpect:Windows 依赖 Pexpect:依赖pty(pseudoterminal)支持,Windows

    1.9K10编辑于 2023-09-19
  • 来自专栏xcywt

    select的限制以及poll的使用

    ., out-of-band  data  on                      TCP socket; pseudoterminal master in packet mode has seen

    1.3K10编辑于 2022-05-09
  • 来自专栏charlieroro

    docker OCI runtime

    mount类型为bind mount option:mount的选项,参见mount process:定义了容器的进程信息 terminal:默认false,为true时,linux系统会为该进程分配一个pseudoterminal

    2.1K20发布于 2020-03-24
  • 来自专栏公众号:懒时小窝

    【Linux】《how linux work》第三章 设备

    Pseudoterminal devices are emulated terminals that understand the I/O features of real terminals. Two common terminal devices are /dev/tty1 (the first virtual console) and /dev/pts/0 (the first pseudoterminal

    78010编辑于 2024-03-22
  • 来自专栏网络安全随笔

    【NJU-OS-JYY笔记】操作系统:设计与实现

    /dev/ptmx 是一个字符设备文件,当进程打开 /dev/ptmx 文件时,进程会同时获得一个指向 pseudoterminal master(ptm)的文件描述符和一个在 /dev/pts 目录中创建的 pseudoterminal slave(pts) 设备。

    37310编辑于 2025-08-29
领券