Multiple choice technology operating systems

Shift-PageUp and Page Down used for?

  1. Scroll back and forward through your terminal.

  2. List the content of current directory

  3. Scroll through your most recent commands.

  4. Show command history

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

A is correct because Shift+PageUp/PageDown scrolls through the terminal output buffer, allowing navigation of output that has scrolled off-screen (up to several thousand lines depending on terminal settings). B is wrong - 'ls' lists directory contents. C is wrong - up/down arrows scroll command history. D is wrong - 'history' shows command list, not terminal output.