Command Help
Linux provides built-in help for commands to understand their usage and options.
| Command | Description |
|---|---|
man command | Show the manual page for a command |
command --help | Display a short help message |
info command | Show detailed command information |
Example:
ls --help
Output:
Shows a list of options and syntax for the ls command.