From: Reid Thompson Date: 2007-08-08T08:33:01+09:00 Subject: Re: Need Solaris Help Daniel Berger wrote: > I've no idea if the output from 'stty -a' is the same from Solaris > 2.5.1 through Solaris 10. Also, have you verified that shelling out to > stty returns the output you expect on other platforms such as HP-UX or > AIX? Two older versions of Solaris... A) $ uname -a SunOS sun-db-dev 5.8 Generic_117350-46 sun4u sparc SUNW,Ultra-250 [rthompso@sun-db-dev ]/export/home/rthompso $ stty speed 38400 baud; -parity rows = 61; columns = 162; ypixels = 0; xpixels = 0; swtch = ; brkint -inpck -istrip icrnl -ixany imaxbel onlcr tab3 echo echoe echok echoctl echoke iexten [rthompso@sun-db-dev ]/export/home/rthompso $ stty -a speed 38400 baud; rows = 61; columns = 162; ypixels = 0; xpixels = 0; csdata ? eucw 1:0:0:0, scrw 1:0:0:0 intr = ^c; quit = ^\; erase = ^?; kill = ^u; eof = ^d; eol = ; eol2 = ; swtch = ; start = ^q; stop = ^s; susp = ^z; dsusp = ^y; rprnt = ^r; flush = ^o; werase = ^w; lnext = ^v; -parenb -parodd cs8 -cstopb -hupcl cread -clocal -loblk -crtscts -crtsxoff -parext -ignbrk brkint ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -iuclc ixon -ixany -ixoff imaxbel isig icanon -xcase echo echoe echok -echonl -noflsh -tostop echoctl -echoprt echoke -defecho -flusho -pendin iexten opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel tab3 and B) $ uname -a SunOS ender 5.6 Generic_105181-26 sun4u sparc SUNW,Ultra-30 [rthompso@ ]/home/rthompso $ stty speed 38400 baud; -parity rows = 61; columns = 162; ypixels = 0; xpixels = 0; swtch = ; brkint -inpck -istrip icrnl -ixany imaxbel onlcr tab3 echo echoe echok echoctl echoke iexten [rthompso@ ]/home/rthompso $ stty -a speed 38400 baud; rows = 61; columns = 162; ypixels = 0; xpixels = 0; eucw 1:0:0:0, scrw 1:0:0:0 intr = ^c; quit = ^\; erase = ^?; kill = ^u; eof = ^d; eol = ; eol2 = ; swtch = ; start = ^q; stop = ^s; susp = ^z; dsusp = ^y; rprnt = ^r; flush = ^o; werase = ^w; lnext = ^v; -parenb -parodd cs8 -cstopb -hupcl cread -clocal -loblk -crtscts -crtsxoff -parext -ignbrk brkint ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -iuclc ixon -ixany -ixoff imaxbel isig icanon -xcase echo echoe echok -echonl -noflsh -tostop echoctl -echoprt echoke -defecho -flusho -pendin iexten opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel tab3