Open In App

stty command in Linux with Examples

stty command in Linux is used to change and print terminal line settings. Basically, this command shows or changes terminal characteristics.

Syntax:



stty [-F DEVICE | --file=DEVICE] [SETTING]...
stty [-F DEVICE | --file=DEVICE] [-a|--all]
stty [-F DEVICE | --file=DEVICE] [-g|--save]

Example: It will display the characteristics of the terminal.



Options:

Article Tags :