Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试运行rlwrap tclsh时,我收到此错误消息:
rlwrap tclsh
rlwrap: Could not open master pty: No such file or directory
这是什么原因造成的?如何解决这个问题?
PS 我正在运行 64 位 CentOS。
检查/dev/ptmx 它应该有 crw-rw-rw- 我曾经有它 crw------- 这导致我的系统出现错误消息。
另请参阅man ptmx:
文件 /dev/ptmx 是一个字符文件,主编号为 5,次编号为 2,通常模式为 0666,owner.group 为 root.root。它用于创建伪终端主从对。