CTRL+H generates the backspace character in Unix shells and readline-enabled programs, erasing the character before the cursor. This is equivalent to pressing the backspace key. CTRL+W erases a word, CTRL+S stops terminal output, and CTRL+Q resumes it.