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
apropos
when you’re not sure which command you need - Use
whatis
for quick command reference - Use
info
for more detailed GNU documentation - Use
help
for built-in shell commands