Linux in a Nutshell, Third Edition
by Ellen Siever, Stephen Spainhour, Jessica P. Hekman, Stephen Figgins
Name
info
Synopsis
info [options] [topics]
Description
GNU hypertext reader: display online documentation previously built from Texinfo input. Info files are arranged in a hierarchy and can contain menus for subtopics. When entered without options, the command displays the top-level info file (usually /usr/local/info/dir). When topics are specified, find a subtopic by choosing the first topic from the menu in the top-level info file, the next topic from the new menu specified by the first topic, and so on. The initial display can also be controlled by the -f and -n options.
Options
- -d directories, --directory directories
Search directories, a colon-separated list, for info files. If this option is not specified, use the INFOPATH environment variable or the default directory (usually /usr/local/info).
- --dribble file
Store each keystroke in file, which can be used in a future session with the --restore option to return to this place in info.
- -f file, --file file
Display specified info file.
- -n node, --node node
Display specified node in the info file.
- -o file, --output file
Copy output to file instead of displaying it at the screen.
- --help
Display brief help.
- --restore file
When starting, execute keystrokes in file.
- --subnodes
Display subtopics.
- --version
Display version.
- --vi-keys
Use vi-like key bindings.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access