🎴 Flashcard Mode

PeopleSoft & Unix/Linux Commands Quiz

Card1 / 19
Mastered0
Review0
QuestionClick to flip

What is the command used to Moves the cursor backward one character

AnswerClick to flip back
A
CTRL+B
💡 Explanation:

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.

Change Mode