Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
The filesystem (devpts) doesn't support creating any files. Even if you're root, you can't do something that's impossible. Theoretically, it would be possible to overlay-mount that directory with another dir from a fs where you can create files, but that will break /dev/ptmx and any programs which create pseudo-ttys (screen, xterm, ssh, etc)
user313992
– user313992
2021-12-06 06:56:58 +00:00
CommentedDec 6, 2021 at 6:56
1
@UncleBilly any chance you could write that as an answer?
/dev/ptmxand any programs which create pseudo-ttys (screen, xterm, ssh, etc)