Celeb Glow
general | March 19, 2026

Ubuntu Server: How scroll through the terminal/screen by page and line? [VirtualBox]

Having VirtualBox with

  • Hosts: Mac and Windows 10
  • Guest: Ubuntu Desktop && Server (18.04) and Desktop (20.04)

In the Terminal when the screen is filled about content shown through the output after the use of many commands - I need sometimes go up and go down - I did do a research and have the following that works

Desktop The Terminal is opened of course

Mac:

  • shift + Fn + pgUp|Down (by page)
  • shift + control + Up|Down (by line)

Windows:

  • shift + pgUp|Down (by page)
  • shift + Ctrl + Up|Down (by line)

Server (direct and unique interaction with the terminal/screen itself)

The commands shown above do not work. Nothing happens for the up|pgUp scenarios and ~ appears for the down|pgDown scenarios

How accomplished the same goal for Ubuntu Server?

1 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy