Xref: utzoo comp.unix.questions:32488 comp.unix.admin:2387 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!qt.cs.utexas.edu!zaphod.mps.ohio-state.edu!samsung!uunet!cbmvax!amix!ag From: ag@amix.commodore.com (Keith Gabryelski) Newsgroups: comp.unix.questions,comp.unix.admin Subject: Re: root monitor tty... Message-ID: <2796@amix.commodore.com> Date: 28 Jun 91 18:43:12 GMT References: <43636@cup.portal.com> Followup-To: comp.unix.admin Organization: Commodore-Amiga Unix Development Lines: 24 Followups to c.u.admin. scarroll@cup.portal.com (Scott A Carroll) writes: > I need to monitor a tty, a group of ttys (including [pt]tty). Generally, you can't do this on a unix system. It has been done, with varing results using kernel (clist) hacking routines (for machines that use clists for tty processing). Streams ttys offer an easier interface. A module could be pushed on a stream tty which would tee off the output to another device which could be read by another process. I have written such a streams module a posted it to alt.sources a while back. It is called advise and allows a use to place his terminal in another user's terminal stream. The advising user can send and receive i/o as if they were the advisse user. It only works on System V Release 4 machines, though so it may not be of much help to you. Pax, Keith -- Keith Gabryelski Advanced Products Group ag@amix.commodore.com ...!cbmvax!amix!ag