On Wed, Mar 24, 2010 at 01:33:55AM +0100, ????? ???????????? wrote: > How do I control the master, i.e. send start/stop characters, detect > hangup and send signals (e.g. SIGTERM) to the process connected to the > slave fd?
There are a number of examples of this that you can find. You might start with: - sshd - GNU screen - expect - xterm, rxvt, ... Nico --