Go to the first, previous, next, last section, table of contents.


stty: Print or change terminal characteristics

stty prints or changes terminal characteristics, such as baud rate. Synopses:

stty [setting]...
stty [option]

If given no arguments, stty prints the baud rate, line discipline number (on systems that support it), and line settings that have been changed from the values set by `stty sane'. Mode reading and setting are performed on the tty line connected to standard input.

stty accepts many non-option arguments that change aspects of the terminal line operation, as described below.

The program accepts the following options. Also see section Common options.

`-a'
`--all'
Print all current settings in human-readable form.
`-g'
`--save'
Print all current settings in a form that can be used as an argument to another stty command to restore the current settings.

Many settings can be turned off by preceding them with a `-'. Such arguments are marked below with "May be negated" in their description. The descriptions themselves refer to the positive case, that is, when not negated (unless stated otherwise, of course).

Some settings are not available on all POSIX systems, since they use extensions. Such arguments are marked below with "Non-POSIX" in their description. On non-POSIX systems, those or other settings also may not be available, but it's not feasible to document all the variations: just try it and see.


Go to the first, previous, next, last section, table of contents.