Operating System - HP-UX
1832282 Members
2072 Online
110041 Solutions
New Discussion

equivalent of setmode function on HPUX11

 
Deepak_3
Occasional Contributor

equivalent of setmode function on HPUX11

Hi,


Can any suggest an equivalent of setmode function on HPUX11, Windows has this setmode() functions.

Is it needed on HPUX 11.

Can anyone suggest .

Thanks and Regards
Deepak
1 REPLY 1
Andreas Voss
Honored Contributor

Re: equivalent of setmode function on HPUX11

Hi,

as what i get information of setmode() it is used to change I/O behavior from the input device (terminal/console).
In HP-UX you can modify I/O behavior with blmode().
See man 3 blmode

Regards