1 ZCONS(7D) Devices ZCONS(7D) 2 3 NAME 4 zcons - Zone console device driver 5 6 DESCRIPTION 7 The zcons character driver exports the console for system zones. The 8 driver is fundamentally similar to a pseudo-terminal device, and is thus 9 comprised of two sides: 10 11 o a manager device, which applications in the global zone can open for 12 communication 13 14 o a subsidiary device, which processes in the non-global zone can write 15 to, to communicate with global zone management applications 16 17 Applications must not depend on the location of /dev or /devices entries 18 exposed by zcons in the global zone. Inside a non-global zone, the zcons 19 subsidiary device is fronted by /dev/console and other console-related 20 symbolic links, which are used by applications that expect to write to 21 the system console. 22 23 The zcons driver is not a Committed interface, and may change at any 24 time. 25 26 FILES 27 /dev/zcons/ZONENAME/globalconsole 28 Global zone console manager device for 29 zone ZONENAME. 30 31 /dev/zcons/ZONENAME/zoneconsole Global zone console subsidiary device 32 for zone ZONENAME. 33 34 /dev/zconsole Non-global zone console (subsidiary 35 device). 36 37 INTERFACE STABILITY 38 Uncommitted 39 40 SEE ALSO 41 zoneadm(1M), zonecfg(1M), attributes(5), zones(5) 42 43 illumos February 5, 2022 illumos