Skip to content
  • Home
  • Contact Us
  • About Us
  • Privacy Policy
  • DMCA
  • Linkedin
  • Pinterest
  • Facebook
thecscience

TheCScience

TheCScience is a blog that publishes daily tutorials and guides on engineering subjects and everything that related to computer science and technology

  • Home
  • Human values
  • Microprocessor
  • Digital communication
  • Networking
  • Toggle search form
info command in linux

Info command in Linux

Posted on December 10, 2022January 29, 2023 By YASH PAL No Comments on Info command in Linux
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:
Key Result
SPACE Page Down (To next page, if needed)
PAGE DOWN Page Down (Until the end of page)
BACKSPACE Page Up (To the last page, if needed)
PAGE UP Page Up (Until the beginning of the page)
B Beginning of Page
E End of page
TAB Next link
N Next page in the document
P Previous page in the document
L The previous page you visited
T Beginning of document (The Menu)
Q Quit the info program
engineering subjects, linux Tags:engineering subjects, linux

Post navigation

Previous Post: man command in linux
Next Post: List of Commands in Linux

Related Posts

Basic Computer Fundamentals computer fundamentals
Introduction to MicroProcessor engineering subjects
Understanding the Needs of Self and Body engineering subjects
Domain Name System (DNS) and Workgroup Digital communication
Internet Security Threats Digital communication
Basis for Humanistic Education engineering subjects

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Pick Your Subject
Human Values

Copyright © 2023 TheCScience.

Powered by PressBook Grid Blogs theme