Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

info

Display Info format documentation

Syntax

info [OPTION]... [MENU-ITEM]

Common Options

-aUse all manuals
-kSearch info nodes
-f FILESpecify Info file
-n NODESpecify starting node
-o FILEOutput to file
-d DIRAdd Info directory
--subnodesRecursively output subnodes
--vi-keysUse vi-style key bindings

Common Examples

info coreutils

View coreutils docs

info ls

View ls Info docs

info -k "copy files"

Search documentation

info -f coreutils.info

Specify Info file

info -o output.txt ls

Export docs to file

info --subnodes coreutils

Recursive subnode output

Related Commands

Related Tools

More Code & Dev Tools