#readwise # Linux Fundamentals - Getting Help ![rw-book-cover](https://readwise-assets.s3.amazonaws.com/static/images/article1.be68295a7e40.png) ## 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/ ---