Multiple choice technology operating systems

Whats the command used when the terminal settings are disrupted and we see garbage in our terminal

  1. stty -d

  2. tput clear

  3. stty sane

  4. stty clear

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

stty sane resets the terminal to a sensible state when settings get corrupted and display appears garbled. It restores line settings that may have been disturbed by poorly behaved programs or binary cat output.