Question

man pty says...

   The  BSD ioctl(2) operations TIOCSTOP, TIOCSTART, TIOCUCNTL, and TIOCREMOTE
   have not been implemented under Linux.

why so? How is these operations taken care of in linux?

Was it helpful?

Solution

BSD-style PTYs have been deprecated since Linux 2.6.4. System V (UNIX 98)-style PTYs should be used instead.

That's probably the reason why these ioctl operations remain unimplemented to this day.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top