Black Friday 2025 – NPI EA (cat = Baeldung on Linux)
announcement - icon

Yes, we're now running our Black Friday Sale. All Access and Pro are 33% off until 2nd December, 2025:

>> EXPLORE ACCESS NOW

Baeldung Pro – Linux – NPI EA (cat = Baeldung on Linux)
announcement - icon

Learn through the super-clean Baeldung Pro experience:

>> Membership and Baeldung Pro.

No ads, dark-mode and 6 months free of IntelliJ Idea Ultimate to start with.

Partner – Orkes – NPI EA (tag=Kubernetes)
announcement - icon

Modern software architecture is often broken. Slow delivery leads to missed opportunities, innovation is stalled due to architectural complexities, and engineering resources are exceedingly expensive.

Orkes is the leading workflow orchestration platform built to enable teams to transform the way they develop, connect, and deploy applications, microservices, AI agents, and more.

With Orkes Conductor managed through Orkes Cloud, developers can focus on building mission critical applications without worrying about infrastructure maintenance to meet goals and, simply put, taking new products live faster and reducing total cost of ownership.

Try a 14-Day Free Trial of Orkes Conductor today.

1. Overview

Scrolling in the Linux console is a critical concept for an administrator. For instance, the output might be multiple lines which can be challenging to read through at times. In this case, scrolling can help in clearing the console for clarity. Additionally, we can check for previously run commands. Further, we can use this concept to review the contents of the terminal.

In this tutorial, we’ll discuss the different ways to scroll on the Linux console.

2. Using Keyboard Shortcuts

We’re going to concentrate on scrolling up and down using keyboard shortcuts. In this case, we can choose to scroll through the output either from one page to another or one line at a time based on preference.

First, let’s learn how to scroll up and down one line at a time. So, to move up, we’ll press Ctrl + Shift  + UpArrow keys. To move down, we’ll use Ctrl + Shift  + DownArrow keys.

Next, let’s scroll up and down one page at a time. We’ll press the Shift + PageUp keys for scrolling up and the Shift + PageDown keys for scrolling down on the Linux console.

Also, let’s determine how to return to our current position. We achieve this with the help of the Ctrl + End keyboard shortcut, which helps us scroll back to the current position of our cursor in the console.

3. Conclusion

In this article, we’ve discussed a few keyboard shortcuts useful in scrolling on the Linux console. With this knowledge, we can easily move around the Linux console.