Path: utzoo!attcan!uunet!jarthur!elroy.jpl.nasa.gov!decwrl!shelby!portia!cuong From: cuong@portia.Stanford.EDU (Cuong T. Nguyen) Newsgroups: comp.unix.questions Subject: rshd and control terminal Message-ID: <10173@portia.Stanford.EDU> Date: 15 Mar 90 02:08:30 GMT Sender: Cuong T. Nguyen Reply-To: cuong@haydn.Stanford.EDU (Cuong T. Nguyen) Organization: Stanford University Lines: 13 When I start a process via rsh (e.g., rsh ), I do not seem to be able to associate that (unattached) process to a control terminal through an open(2), even though the open() itself succeeds. This is true at least on a pmax running Ultrix 2.0. I've tried changing process groups, closing stdio, ioctl(TIOCSPGRP), and whatever else making remote sense. What's rshd doing and what am I missing? Advice appreciated. Thanks. Cuong