Operating System - HP-UX
1844164 Members
2309 Online
110229 Solutions
New Discussion

Re: xconsole, lan console and secure web console

 
Tammy Liang
Regular Advisor

xconsole, lan console and secure web console

How did xconsole, lan console or secure web console get the message send to /dev/console and display it?

Thanks for any help
take easy, enjoy life
1 REPLY 1
Steve Steel
Honored Contributor

Re: xconsole, lan console and secure web console

NAME
console, systty, syscon - system console interface

DESCRIPTION
/dev/console provides a termio interface to the device configured as
the system console. The init(1M) man page discusses the uses of
/dev/systty and /dev/syscon.

Output data normally sent to the console, either through /dev/console
or generated by a kernel printf, may be redirected to another terminal
or pseudo-terminal device through the TIOCCONS ioctl(). See termio(7)
for details.

FILES
/dev/console
/dev/systty
/dev/syscon

SEE ALSO
termio(7), init(1M).

STANDARDS CONFORMANCE
console: SVID2, SVID3, XPG2


Steve STeel
If you want truly to understand something, try to change it. (Kurt Lewin)