Help and Documentation Commands
This section covers commands used for accessing help and documentation in Linux systems.
Commands in this Category
man- Manual pages for commandsinfo- View command informationhelp- Display help for shell builtinswhatis- Display one-line command descriptionsapropos- Search manual page names and descriptions
Purpose
These commands are essential for learning about and understanding other Linux commands. They provide access to:
- Detailed command documentation
- Usage examples
- Command syntax
- Available options and arguments
- Related commands and concepts
Best Practices
- Always check the man pages first when learning a new command
- Use
aproposwhen you’re not sure which command you need - Use
whatisfor quick command reference - Use
infofor more detailed GNU documentation - Use
helpfor built-in shell commands