Linux: Getting Help - Paiet/Tech-Journal-for-Everything GitHub Wiki
<command>
<command> ?
-
<command> -h
or <command> --help
-
man <command>
- Displays manual pages
man man
-
man -k <command>
searches for alternatives
-
man <#> <command>
for specific alternative
-
man -k passwd
and man 5 passwd
- Man file sections
- Executable programs or shell commands
- System calls
- Library calls
- Special files
- File formats and conventions
- Games
- Overviews, conventions, and miscellaneous
- Super user and system administration commands
- Kernel routines
-
info <command>
- Displays styled manual page
info info
-
apropos <string>
- Searches for a string in manual pages
- Useful when you don't know the command name
apropos shell
⚠️ **GitHub.com Fallback** ⚠️