Skip to content
Programming101
Programming101

Learn everything about programming

  • Home
  • CS Subjects
    • IoT – Internet of Things
    • Digital Communication
    • Human Values
  • Programming Tutorials
    • C Programming
    • Data structures and Algorithms
  • HackerRank Solutions
    • HackerRank Algorithms Solutions
    • HackerRank C problems solutions
    • HackerRank C++ problems solutions
    • HackerRank Java problems solutions
    • HackerRank Python problems solutions
Programming101
Programming101

Learn everything about programming

Info command in Linux

YASH PAL, 3 June 202328 May 2024

Info Pages or info Command – While man pages are great sources of information about a command or concept, the fact that it provides one long page means that longer documents are hard to read. The info format was developed as a way to store more comprehensive instructions on your system. If a particular command is more complicated than a man page can document, the author commonly writes both a man page and an info page. While the man page will be a simple reference to the command and its options, the info page will be a longer reference, like a manual.

To make it easier to read longer documents, info pages are split up into sections, with links between them, much like a website. You should feel comfortable very quickly when using info because it is so similar to a web browser.

You can start the info program the same way as the man program. For example, to get help on the info command itself, type

$ info info

You should get a screen that looks something like this:

File: info.info, Node: Top, Next: Getting Started, Up: (dir)

Info: An Introduction

Info is a program for reading documentation, which you are using now. To learn how to use Info, type the command ‘h’. It brings you to a programmed instruction sequence.

Menu:
Getting Started:: Getting started using an Info reader.

  • Advanced Info:: Advanced commands within Info.
  • Creating an Info File:: How to make your own Info file.

The text you see at the bottom of the screen followed by:: are the links to other pages in this document. You can use your keyboard to put the cursor anywhere on the words of the link. and enter to select it. You may have some trouble navigating the pages, so here’s a quick list of important keys:

KeyResult
SPACEPage Down (To next page, if needed)
PAGE DOWNPage Down (Until the end of page)
BACKSPACEPage Up (To the last page, if needed)
PAGE UPPage Up (Until the beginning of the page)
BBeginning of page
EEnd of page
TABNext link
NNext page in document
PPrevious page in the document
LThe previous page you visited
TBeginning of document (The Menu)
QQuit the info program
Computer Science Tutorials Linux computer scienceLinux

Post navigation

Previous post
Next post
  • How AI Is Revolutionizing Personalized Learning in Schools
  • GTA 5 is the Game of the Year for 2024 and 2025
  • Hackerrank Day 5 loops 30 days of code solution
  • Hackerrank Day 6 Lets Review 30 days of code solution
  • Hackerrank Day 14 scope 30 days of code solution
©2025 Programming101 | WordPress Theme by SuperbThemes