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'

