#readwise
# Linux Fundamentals - Getting Help

## Metadata
- Author: [[Hack The Box]]
- Full Title: Linux Fundamentals
- URL: https://academy.hackthebox.com/module/18/section/67
## Highlights
Another tool that can be useful in the beginning is `apropos`. Each manual page has a short description available within it. This tool searches the descriptions for instances of a given keyword.
Syntax: `apropos <keyword>`
---
Another useful resource to get help if we have issues to understand a long command is: https://explainshell.com/
---