So, to find out what settings your terminal line currently has, type:
% stty
For a more complete listing, type:
% stty -a
On older BSD-style systems, use stty everything
instead. On most newer BSD-derived systems, stty
everything and stty
-a are both supported, but with slightly different
output formats. The former prints a tabular layout, while the latter
prints each control character setting in a
name =
value format.
As Jerry Peek said in an editorial aside to Chris's
article, be sure to have your stty manual page
handy!
--TOR and SJC
 |  |  |
5.6. Checklist: Terminal Hangs When I Log In |  | 5.8. Setting Your Erase, Kill, and Interrupt Characters |