in reply to (tye)Re2: Writing to descriptor 3
in thread Writing to descriptor 3
When checkpassword is run, it checks fd 3 (Which, I believe, it supposed to be somehow already open - since the first line is a read())
and then returns an exit status depending on its result.
My script is the front-end to checkpassword, I need to open fd 3, write the username/pw pair to fd 3, and then run 'checkpassword' and watch its exit stat.
Any clues?
JP
-- Alexander Widdlemouse undid his bellybutton and his bum dropped off --
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re3: Writing to descriptor 3
by tye (Sage) on Mar 06, 2001 at 22:35 UTC |