> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of STeve Andre' > Sent: Tuesday, July 25, 2006 9:35 AM > To: [email protected] > Subject: Re: Code to execute a command on another tty > > That echoes data to another tty; I want to send *input* to that > ttty as if somewhere were there. > > --STeve Andre' > > On Tuesday 25 July 2006 07:11, Lawrence Horvath wrote: > > As long as the permissions are correct you can just > redirect, you just > > need to know what tty your piping to, i used who to check, and you > > have to be an equal or higher user, my example was done as the same > > user on both sides, like so: > > > > ttyp1: > > $ echo hello world > /dev/ttyp0 > > $ > > > > ttyp0 > > $ hello world > > > > On 7/24/06, STeve Andre' <[EMAIL PROTECTED]> wrote: > > > I'm looking for a way to execute commands on other tty's. > > > On SunOS there was force. Is there an equivelant here or do > > > I need to make my own? > > > > > > Thanks, STeve Andre' > >
Would www.conserver.com work for you? -C

