Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!rice!sun-spots-request From: dupuy@cs.columbia.edu Newsgroups: comp.sys.sun Subject: `stty speed` problem under 4.0 ?? Keywords: SunOS Message-ID: <143@brazos.Rice.edu> Date: 11 Jul 89 23:36:27 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 14 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 8, Issue 71, message 15 of 18 From: eho@bogey.princeton.edu (Eric Y.W. Ho) Newsgroups: comp.sys.sun Date: 28 Jun 89 04:54:40 GMT cognito-root(3)-[/]: set xyz = `stty speed` stty: Operation not supported on socket However, if you just do 'stty speed' (i.e. without the back-quote) then it is fine. Strange .... ? Did I do something wrong ? Try "set xyz = `/usr/5bin/stty speed`. Works for me. @alex