2 .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for
3 .\" permission to reproduce portions of its copyrighted documentation.
4 .\" Original documentation from The Open Group can be obtained online at
5 .\" http://www.opengroup.org/bookstore/.
7 .\" The Institute of Electrical and Electronics Engineers and The Open
8 .\" Group, have given us permission to reprint portions of their
11 .\" In the following statement, the phrase ``this text'' refers to portions
12 .\" of the system documentation.
14 .\" Portions of this text are reprinted and reproduced in electronic form
15 .\" in the SunOS Reference Manual, from IEEE Std 1003.1, 2004 Edition,
16 .\" Standard for Information Technology -- Portable Operating System
17 .\" Interface (POSIX), The Open Group Base Specifications Issue 6,
18 .\" Copyright (C) 2001-2004 by the Institute of Electrical and Electronics
19 .\" Engineers, Inc and The Open Group. In the event of any discrepancy
20 .\" between these versions and the original IEEE and The Open Group
21 .\" Standard, the original IEEE and The Open Group Standard is the referee
22 .\" document. The original Standard can be obtained online at
23 .\" http://www.opengroup.org/unix/online.html.
25 .\" This notice shall appear on any product containing this material.
27 .\" The contents of this file are subject to the terms of the
28 .\" Common Development and Distribution License (the "License").
29 .\" You may not use this file except in compliance with the License.
31 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
32 .\" or http://www.opensolaris.org/os/licensing.
33 .\" See the License for the specific language governing permissions
34 .\" and limitations under the License.
36 .\" When distributing Covered Code, include this CDDL HEADER in each
37 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
38 .\" If applicable, add the following below this CDDL HEADER, with the
39 .\" fields enclosed by brackets "[]" replaced with your own identifying
40 .\" information: Portions Copyright [yyyy] [name of copyright owner]
43 .\" Copyright 1989 AT&T
44 .\" Portions Copyright (c) 1992, X/Open Company Limited All Rights Reserved
45 .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved
46 .\" Copyright (c) 2014, Joyent, Inc. All Rights Reserved
48 .TH STTY 1 "Oct 25, 2017"
50 stty \- set the options for a terminal
54 \fB/usr/bin/stty\fR [\fB-a\fR | \fB-g\fR]
59 \fB/usr/bin/stty\fR [\fImodes\fR]
64 The \fBstty\fR utility sets certain terminal I/O options for the device that is
65 the current standard input. Without arguments, \fBstty\fR reports the settings
69 In this report, if a character is preceded by a caret (\fB^\fR), then the value
70 of that option is the corresponding control character (for example, \fB^h\fR is
71 CTRL-h. In this case, recall that CTRL-h is the same as the BACKSPACE key). The
72 sequence \fB^@\fR means that an option has a null value.
75 See \fBtermio\fR(7I) for detailed information about the modes listed from
76 \fBControl\fR \fBModes\fR through \fBLocal Modes\fR. For detailed information
77 about the modes listed under \fBHardware\fR \fBFlow\fR \fBControl\fR
78 \fBModes\fR and \fBClock Modes\fR, see \fBtermiox\fR(7I).
81 Operands described in the \fBCombination Modes\fR section are implemented using
82 options in the earlier sections. Notice that many combinations of options make
83 no sense, but no sanity checking is performed. Hardware flow control and clock
84 modes options might not be supported by all hardware interfaces.
87 The following options are supported:
94 Writes to standard output all of the option settings for the terminal.
103 Reports current settings in a form that can be used as an argument to another
104 \fBstty\fR command. Emits termios-type output if the underlying driver supports
105 it. Otherwise, it emits termio-type output.
110 The following \fImode\fR operands are supported:
114 \fB\fBparenb\fR(\fB-parenb\fR)\fR
117 Enable (disable) parity generation and detection.
123 \fB\fBparext\fR(\fB-parext\fR)\fR
126 Enable (disable) extended parity generation and detection for mark and space
133 \fB\fBparodd\fR(\fB-parodd\fR)\fR
136 Select odd (even) parity, or mark (space) parity if \fBparext\fR is enabled.
142 \fB\fBcs5\fR \fBcs6\fR \fBcs7\fR \fBcs8\fR\fR
145 Select character size (see \fBtermio\fR(7I)).
154 Hang up line immediately.
160 \fB\fBhupcl\fR (\fB-hupcl\fR)\fR
163 Hang up (do not hang up) connection on last close.
169 \fB\fBhup\fR (\fB-hup\fR)\fR
172 Same as \fBhupcl\fR(\fB-hupcl\fR).
178 \fB\fBcstopb\fR (\fB-cstopb\fR)\fR
181 Use two (one) stop bits per character.
187 \fB\fBcread\fR (\fB-cread\fR)\fR
190 Enable (disable) the receiver.
196 \fB\fBcrtscts\fR (\fB-crtscts\fR)\fR
199 Enable output hardware flow control. Raise the \fBRTS\fR (Request to Send)
200 modem control line. Suspends output until the CTS (Clear to Send) line is
207 \fB\fBcrtsxoff\fR (\fB-crtsxoff\fR)\fR
210 Enable input hardware flow control. Raise the \fBRTS\fR (Request to Send) modem
211 control line to receive data. Suspends input when RTS is low.
217 \fB\fBclocal\fR (\fB-clocal\fR)\fR
220 Assume a line without (with) modem control.
229 Set the widths of multibyte characters to the values defined in the current
230 locale specified by \fBLC_CTYPE\fR. Internally, width is expressed in terms of
231 bytes per character, and screen or display columns per character.
237 \fB110 300 600 1200 1800\fR
241 \fB2400 4800 9600 19200\fR
245 \fB38400 357600 76800 115200\fR
249 \fB153600 230400 307200 460800\fR
253 Set terminal baud rate to the number given, if possible. (All speeds are not
254 supported by all hardware interfaces.)
260 \fBispeed 0 110 300 600 1200\fR
264 \fB1800 2400 4800 9600 19200\fR
268 \fB38400 57600 76800 115200\fR
272 \fB153600 230400 307200 460800\fR
276 Set terminal input baud rate to the number given, if possible. (Not all
277 hardware supports split baud rates.) If the input baud rate is set to \fB0\fR,
278 the input baud rate is specified by the value of the output baud rate.
284 \fBospeed 0 110 300 600 1200\fR
288 \fB1800 2400 4800 9600 19200\fR
292 \fB38400 57600 76800 115200\fR
296 \fB153600 230400 307200 460800\fR
300 Set terminal output baud rate to the number given, if possible. (Not all
301 hardware supports split baud rates.) If the output baud rate is set to \fB0\fR,
302 the line is hung up immediately.
308 \fB\fBignbrk\fR (\fB-ignbrk\fR)\fR
311 Ignore (do not ignore) break on input.
317 \fB\fBbrkint\fR (\fB-brkint\fR)\fR
320 Signal (do not signal) INTR on break.
326 \fB\fBignpar\fR (\fB-ignpar\fR)\fR
329 Ignore (do not ignore) parity errors.
335 \fB\fBparmrk\fR (\fB-parmrk\fR)\fR
338 Mark (do not mark) parity errors (see \fBtermio\fR(7I)).
344 \fB\fBinpck\fR (\fB-inpck\fR)\fR
347 Enable (disable) input parity checking.
353 \fB\fBistrip\fR (\fB-istrip\fR)\fR
356 Strip (do not strip) input characters to seven bits.
362 \fB\fBinlcr\fR (\fB-inlcr\fR)\fR
365 Map (do not map) NL to CR on input.
371 \fB\fBigncr\fR (\fB-igncr\fR)\fR
374 Ignore (do not ignore) CR on input.
380 \fB\fBicrnl\fR (\fB-icrnl\fR)\fR
383 Map (do not map) CR to NL on input.
389 \fB\fBiuclc\fR (\fB-iuclc\fR)\fR
392 Map (do not map) upper-case alphabetics to lower case on input.
398 \fB\fBixon\fR (\fB-ixon\fR)\fR
401 Enable (disable) START/STOP output control. Output is stopped by sending STOP
402 control character and started by sending the START control character.
408 \fB\fBixany\fR (\fB-ixany\fR)\fR
411 Allow any character (only DC1) to restart output.
417 \fB\fBixoff\fR (\fB-ixoff\fR)\fR
420 Request that the system send (not send) START/STOP characters when the input
421 queue is nearly empty/full.
427 \fB\fBimaxbel\fR (\fB-imaxbel\fR)\fR
430 Echo (do not echo) \fBBEL\fR when the input line is too long. If \fBimaxbel\fR
431 is set, the \fBASCII BEL\fR character (\fB07 hex\fR) is echoed if the input
432 stream overflows. Further input is not stored, but any input already present
433 is not disturbed. If \fB-imaxbel\fR is set, no \fBBEL\fR character is echoed,
434 and all unread input present in the input queue is discarded if the input
441 \fB\fBopost\fR (\fB-opost\fR)\fR
444 Post-process output (do not post-process output; ignore all other output
451 \fB\fBolcuc\fR (\fB-olcuc\fR)\fR
454 Map (do not map) lower-case alphabetics to upper case on output.
460 \fB\fBonlcr\fR (\fB-onlcr\fR)\fR
463 Map (do not map) NL to CR-NL on output.
469 \fB\fBocrnl\fR (\fB-ocrnl\fR)\fR
472 Map (do not map) CR to NL on output.
478 \fB\fBonocr\fR (\fB-onocr\fR)\fR
481 Do not (do) output CRs at column zero.
487 \fB\fBonlret\fR (\fB-onlret\fR)\fR
490 On the terminal NL performs (does not perform) the CR function.
496 \fB\fBofill\fR (\fB-ofill\fR)\fR
499 Use fill characters (use timing) for delays.
505 \fB\fBofdel\fR (\fB-ofdel\fR)\fR
508 Fill characters are DELs (NULs).
514 \fB\fBcr0 cr1 cr2 cr3\fR\fR
517 Select style of delay for carriage returns (see \fBtermio\fR(7I)).
526 Select style of delay for line-feeds (see \fBtermio\fR(7I)).
532 \fB\fBtab0 tab1 tab2 tab3\fR\fR
535 Select style of delay for horizontal tabs (see \fBtermio\fR(7I)).
544 Select style of delay for backspaces (see \fBtermio\fR(7I)).
553 Select style of delay for form-feeds (see \fBtermio\fR(7I)).
562 Select style of delay for vertical tabs (see \fBtermio\fR(7I)).
568 \fB\fBisig\fR(\fB-isig\fR)\fR
571 Enable (disable) the checking of characters against the special control
572 characters INTR, QUIT, SWTCH, and SUSP. For information on \fBSWTCH\fR, see
579 \fB\fBicanon\fR (\fB-icanon\fR)\fR
582 Enable (disable) canonical input (ERASE and KILL processing). Does not set
583 \fBMIN\fR or \fBTIME\fR.
589 \fB\fBxcase\fR (\fB-xcase\fR)\fR
592 Canonical (unprocessed) upper/lower-case presentation.
598 \fB\fBecho\fR (\fB-echo\fR)\fR
601 Echo back (do not echo back) every character typed.
607 \fB\fBechoe\fR (\fB-echoe\fR)\fR
610 Echo (do not echo) ERASE character as a backspace-space-backspace string. This
611 mode erases the ERASEed character on many CRT terminals; however, it does not
612 keep track of column position and, as a result, it might be confusing for
613 escaped characters, tabs, and backspaces.
619 \fB\fBechok\fR(\fB-echok\fR)\fR
622 Echo (do not echo) NL after KILL character.
628 \fB\fBlfkc\fR (\fB-lfkc\fR)\fR
631 The same as \fBechok\fR(\fB-echok\fR); obsolete.
637 \fB\fBechonl\fR (\fB-echonl\fR)\fR
640 Echo (do not echo) NL.
646 \fB\fBnoflsh\fR (\fB-noflsh\fR)\fR
649 Disable (enable) flush after INTR, QUIT, or SUSP.
655 \fB\fBstwrap\fR (\fB-stwrap\fR)\fR
658 Disable (enable) truncation of lines longer than \fB79\fR characters on a
665 \fB\fBtostop\fR (\fB-tostop\fR)\fR
668 Send (do not send) \fBSIGTTOU\fR when background processes write to the
675 \fB\fBechoctl\fR \fB(\fR\fB-echoctl\fR\fB)\fR\fR
678 Echo (do not echo) control characters as \fB^\fR\fIchar,\fR delete as \fB^?\fR.
684 \fB\fBechoprt\fR \fB(\fR\fB-echoprt\fR\fB)\fR\fR
687 Echo (do not echo) erase character as character is ``erased''.
693 \fB\fBechoke\fR \fB(\fR\fB-echoke\fR\fB)\fR\fR
696 BS-SP-BS erase (do not BS-SP-BS erase) entire line on line kill.
702 \fB\fBflusho\fR \fB(\fR\fB-flusho\fR\fB)\fR\fR
705 Output is (is not) being flushed.
711 \fB\fBpendin\fR \fB(\fR\fB-pendin\fR\fB)\fR\fR
714 Retype (do not retype) pending input at next read or input character.
720 \fB\fBiexten\fR \fB(\fR\fB-iexten\fR\fB)\fR\fR
723 Enable (disable) special control characters not currently controlled by
724 \fBicanon\fR, \fBisig\fR, \fBixon\fR, or \fBixoff\fR: \fBVEOL\fR, \fBVSWTCH\fR,
725 \fBVREPRINT\fR, \fBVDISCARD\fR, \fBVDSUSP\fR, \fBVWERASE\fR, \fBand\fR
732 \fB\fBstflush\fR \fB(\fR\fB-stflush\fR)\fR
735 Enable (disable) flush on a synchronous line after every \fBwrite\fR(2).
741 \fB\fBstappl\fR \fB(\fR\fB-stappl\fR)\fR
744 Use application mode (use line mode) on a synchronous line.
747 .SS "Hardware Flow Control Modes"
750 \fB\fBrtsxoff\fR (\fB-rtsxoff\fR)\fR
753 Enable (disable) RTS hardware flow control on input.
759 \fB\fBctsxon\fR (\fB-ctsxon\fR)\fR
762 Enable (disable) CTS hardware flow control on output.
768 \fB\fBdtrxoff\fR (\fB-dtrxoff\fR)\fR
771 Enable (disable) DTR hardware flow control on input.
777 \fB\fBcdxon\fR (\fB-cdxon\fR)\fR
780 Enable (disable) CD hardware flow control on output.
786 \fB\fBisxoff\fR (\fB-isxoff\fR)\fR
789 Enable (disable) isochronous hardware flow control on input.
798 Get transmit clock from internal baud rate generator.
807 Get the transmit clock from transmitter signal element timing (DCE source)
808 lead, CCITT V.24 circuit 114, EIA-232-D pin 15.
817 Get transmit clock from receiver signal element timing (DCE source) lead, CCITT
818 V.24 circuit 115, EIA-232-D pin 17.
827 Get receive clock from internal baud rate generator.
836 Get receive clock from transmitter signal element timing (DCE source) lead,
837 CCITT V.24 circuit 114, EIA-232-D pin 15.
846 Get receive clock from receiver signal element timing (DCE source) lead, CCITT
847 V.24 circuit 115, EIA-232-D pin 17.
856 Transmitter signal element timing clock not provided.
862 \fB\fBtsetcrbrg\fR\fR
865 Output receive baud rate generator on transmitter signal element timing (DTE
866 source) lead, CCITT V.24 circuit 113, EIA-232-D pin 24.
872 \fB\fBtsetctbrg\fR\fR
875 Output transmit baud rate generator on transmitter signal element timing (DTE
876 source) lead, CCITT V.24 circuit 113, EIA-232-D pin 24.
882 \fB\fBtsetctset\fR\fR
885 Output transmitter signal element timing (DCE source) on transmitter signal
886 element timing (DTE source) lead, CCITT V.24 circuit 113, EIA-232-D pin 24.
892 \fB\fBtsetcrset\fR\fR
895 Output receiver signal element timing (DCE source) on transmitter signal
896 element timing (DTE source) lead, CCITT V.24 circuit 113, EIA-232-D pin 24.
905 Receiver signal element timing clock not provided.
911 \fB\fBrsetcrbrg\fR\fR
914 Output receive baud rate generator on receiver signal element timing (DTE
915 source) lead, CCITT V.24 circuit 128, no EIA-232-D pin.
921 \fB\fBrsetctbrg\fR\fR
924 Output transmit baud rate generator on receiver signal element timing (DTE
925 source) lead, CCITT V.24 circuit 128, no EIA-232-D pin.
931 \fB\fBrsetctset\fR\fR
934 Output transmitter signal element timing (DCE source) on receiver signal
935 element timing (DTE source) lead, CCITT V.24 circuit 128, no EIA-232-D pin.
941 \fB\fBrsetcrset\fR\fR
944 Output receiver signal element timing (DCE source) on receiver signal element
945 timing (DTE source) lead, CCITT V.24 circuit 128, no EIA-232-D pin.
948 .SS "Control Assignments"
951 \fB\fIcontrol-character\fR \fIc\fR\fR
955 Set \fIcontrol-character\fR to \fIc\fR, where:
959 \fB\fIcontrol-character\fR\fR
962 is \fBctab\fR, \fBdiscard\fR, \fBdsusp\fR, \fBeof\fR, \fBeol\fR, \fBeol2\fR,
963 \fBerase\fR, \fBerase2\fR, \fBintr\fR, \fBkill\fR, \fBlnext\fR, \fBquit\fR,
964 \fBreprint\fR, \fBstart\fR, \fBstop\fR, \fBsusp\fR, \fBstatus\fR, \fBswtch\fR,
965 or \fBwerase\fR (\fBctab\fR is used with \fB-stappl\fR, see \fBtermio\fR(7I)).
966 For information on \fBswtch\fR, see NOTES.
975 If \fIc\fR is a single character, the control character is set to that
978 In the POSIX locale, if \fIc\fR is preceded by a caret (\fB^\fR) indicating an
979 escape from the shell and is one of those listed in the \fI^c\fR column of the
980 following table, then its value used (in the Value column) is the corresponding
981 control character (for example, ``\fB^d\fR'' is a CTRL-d). ``\fB^?\fR'' is
982 interpreted as DEL and ``\fB^\(mi\fR'' is interpreted as undefined.
994 \fB^\fR\fIc\fR \fBValue\fR \fB^\fR\fIc\fR \fBValue\fR \fB^\fR\fIc\fR \fBValue\fR
995 \fBa\fR, A <SOH> \fBl\fR, L <FF> \fBw\fR, W <ETB>
996 \fBb\fR, B <STX> \fBm\fR, M <CR> \fBx\fR, X <CAN>
997 \fBc\fR, C <ETX> \fBn\fR, N <SO> \fBy\fR, Y <EM>
998 \fBd\fR, D <EOT> \fBo\fR, O <SI> \fBz\fR, Z <SUB>
999 \fBe\fR, E <ENQ> \fBp\fR, P <DLE> \fB[\fR <ESC>
1000 \fBf\fR, F <ACK> \fBq\fR, Q <DC1> \fB\e\fR <FS>
1001 \fBg\fR, G <BEL> \fBr\fR, R <DC2> \fB]\fR <GS>
1002 \fBh\fR, H <BS> \fBs\fR, S <DC3> \fB^\fR <RS>
1003 \fBi\fR, I <HT> \fBt\fR, T <DC4> \fB_\fR <US>
1004 \fBj\fR, J <LF> \fBu\fR, U <NAK> \fB?\fR <DEL>
1005 \fBk\fR, K <VT> \fBv\fR, V <SYN>
1011 \fB\fBmin\fR \fInumber\fR\fR
1015 \fB\fBtime\fR \fInumber\fR\fR
1018 Set the value of \fBmin\fR or \fBtime\fR to \fInumber\fR. \fBMIN\fR and
1019 \fBTIME\fR are used in Non-Canonical mode input processing (\fB-icanon\fR).
1025 \fB\fBline\fR \fIi\fR\fR
1028 Set line discipline to \fIi\fR ( \fB0\fR< \fIi\fR <\fB127\fR).
1031 .SS "Combination Modes"
1034 \fB\fIsaved\fR \fIsettings\fR\fR
1037 Set the current terminal characteristics to the saved settings produced by the
1044 \fB\fBevenp\fR or \fBparity\fR\fR
1047 Enable \fBparenb\fR and \fBcs7\fR, or disable \fBparodd\fR.
1056 Enable \fBparenb\fR, \fBcs7\fR, and \fBparodd\fR.
1065 Enable \fBparenb\fR, \fBcs7\fR, and \fBparext\fR.
1074 Enable \fBparenb\fR, \fBcs7\fR, \fBparodd\fR, and \fBparext\fR.
1080 \fB\fB-parity\fR, or \fB-evenp\fR\fR
1083 Disable \fBparenb\fR, and set \fBcs8\fR.
1092 Disable \fBparenb\fR and \fBparodd\fR, and set \fBcs8\fR.
1101 Disable \fBparenb\fR and \fBparext\fR, and set \fBcs8\fR.
1110 Disable \fBparenb\fR, \fBparodd\fR, and \fBparext\fR, and set \fBcs8\fR.
1116 \fB\fBraw\fR (\fB-raw\fR or \fBcooked\fR)\fR
1119 Enable (disable) raw input and output. Raw mode is equivalent to setting:
1123 stty cs8 -icanon min 1 time 0 -isig -xcase \e
1132 \fB\fBnl\fR (\fB-nl\fR)\fR
1135 Unset (set) \fBicrnl\fR, \fBonlcr\fR. In addition \fB-nl\fR unsets \fBinlcr\fR,
1136 \fBigncr\fR, \fBocrnl\fR, and \fBonlret\fR.
1141 \fB\fBnl\fR (\fB-nl\fR)\fR
1144 Set (unset) \fBicrnl\fR. In addition, \fB-nl\fR unsets \fBinlcr\fR,
1145 \fBigncr\fR, \fBocrnl\fR, and \fBonlret\fR; \fB-nl\fR sets \fBonlcr\fR, and
1146 \fBnl\fR unsets \fBonlcr\fR.
1152 \fB\fBlcase\fR (\fB-lcase\fR)\fR
1155 Set (unset) \fBxcase\fR, \fBiuclc\fR, and \fBolcuc\fR.
1161 \fB\fBLCASE\fR (\fB-LCASE\fR)\fR
1164 Same as \fBlcase\fR (\fB-lcase\fR).
1170 \fB\fBtabs\fR (\fB-tabs\fR or \fBtab3\fR)\fR
1173 Preserve (expand to spaces) tabs when printing.
1182 Reset ERASE, ERASE2, and KILL characters back to normal DEL, CTRL-h, and CTRL-u,
1192 Reset all modes to some reasonable values.
1201 Set all modes suitable for the terminal type \fIterm\fR, where \fIterm\fR is
1202 one of \fBtty33\fR, \fBtty37\fR, \fBvt05\fR, \fBtn300\fR, \fBti700\fR, or
1212 Set normal asynchronous communications where clock settings are \fBxcibrg\fR,
1213 \fBrcibrg\fR, \fBtsetcoff\fR and \fBrsetcoff\fR.
1219 \fB\fBrows\fR \fIn\fR\fR
1222 Set window size to \fIn\fR rows.
1228 \fB\fBcolumns\fR \fIn\fR\fR
1231 Set window size to \fIn\fR columns.
1237 \fB\fBcols\fR \fIn\fR\fR
1240 Set window size to \fIn\fR columns. \fBcols\fR is a shorthand alias for
1247 \fB\fBypixels\fR \fIn\fR\fR
1250 Set vertical window size to \fIn\fR pixels.
1256 \fB\fBxpixels\fR \fIn\fR\fR
1259 Set horizontal window size to \fIn\fR pixels.
1264 The \fB-g\fR flag is designed to facilitate the saving and restoring of
1265 terminal state from the shell level. For example, a program can:
1269 saveterm="$(stty -g)" # save terminal state
1270 stty (new settings) # set new state
1272 stty $saveterm # restore terminal state
1279 Since the \fB-a\fR format is so loosely specified, scripts that save and
1280 restore terminal settings should use the \fB-g\fR option.
1281 .SH ENVIRONMENT VARIABLES
1283 See \fBenviron\fR(5) for descriptions of the following environment variables
1284 that affect the execution of \fBstty\fR: \fBLANG\fR, \fBLC_ALL\fR,
1285 \fBLC_CTYPE\fR, \fBLC_MESSAGES\fR, and \fBNLSPATH\fR.
1288 The following exit values are returned:
1295 Successful completion.
1309 See \fBattributes\fR(5) for descriptions of the following attributes:
1315 ATTRIBUTE TYPE ATTRIBUTE VALUE
1317 Interface Stability Committed
1319 Standard See \fBstandards\fR(5).
1324 \fBtabs\fR(1), \fBioctl\fR(2), \fBwrite\fR(2), \fBgetwidth\fR(3C),
1325 \fBattributes\fR(5), \fBenviron\fR(5), \fBstandards\fR(5), \fBldterm\fR(7M),
1326 \fBtermio\fR(7I), \fBtermiox\fR(7I)
1329 Solaris does not support any of the actions implied by \fBswtch\fR, which was
1330 used by the \fBsxt\fR driver on System V release 4. Solaris allows the
1331 \fBswtch\fR value to be set, and prints it out if set, but it does not perform
1332 the \fBswtch\fR action.
1335 The job switch functionality on Solaris is actually handled by job control.
1336 \fBsusp\fR is the correct setting for this.