From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from colossus.cs.psu.edu ([130.203.1.2]) by archone.tamu.edu with SMTP id <18924>; Wed, 2 Oct 1991 13:52:08 -0500 Received: by colossus.cs.psu.edu id <36983>; Wed, 2 Oct 1991 14:51:42 -0400 From: Scott Schwartz To: rc@archone.tamu.edu Subject: descriptor 6 Message-Id: <91Oct2.145142edt.36983@colossus.cs.psu.edu> Date: Wed, 2 Oct 1991 13:51:35 -0500 Hi all, When I do this rsh roke -n 'sleep 100 >/dev/null >[2=1] &' the rsh doesn't return immediately, as I would have expected. It looks like file descriptor 6 is open on the other end, preventing rshd from exiting. Is this an rc-ism? Is there a preferred idiom for closing all unwanted descriptors?