CTRL+B moves the cursor backward one character in readline editing mode (used by bash and other Unix shells). This follows emacs-style keyboard shortcuts where B stands for 'backwards.' CTRL+C interrupts, CTRL+Z suspends, and CTRL+P moves to the previous history command.