Help Is On The Way!
- Using the man command (short for manual)
- man -k keyword
- will list all the commands that have keyword in their descriptions
- man command
- will display the "man page" for the given command
NOTE: The man page is displayed by a pager. While in the pager, a SPACE moves forward one page, a "b" moves back one page, an "h" displays a help page and a "q" quits the pager.
Notes:
No notes for slide 8