how to stty another terminal?

Dan Mercer mercer at npdiss1.StPaul.NCR.COM
Tue Dec 11 04:56:16 AEST 1990


In article <1990Dec07.055142.11132 at eecs.wsu.edu> rnelson at yoda.UUCP (Roger Nelson) writes:
:------
:
:How to you stty a terminal line that you are not currently connected to.
:
:{stuff deleted]
:
:So what I would like to do is specify the device, something like:
:
:     stty -d ttyd4 onlcr
:     
:Is there a way?
:
stty acts upon stdin - thus 'stty onlcr </dev/ttyd4' will be correct.
However,  you must have permissions set up correctly to allow this.

-- 
Dan Mercer
NCR Network Products Division      -        Network Integration Services
Reply-To: mercer at npdiss1.StPaul.NCR.COM (Dan Mercer)
"MAN - the only one word oxymoron in the English Language"



More information about the Comp.unix.questions mailing list