The man command shows you manual pages in linux. If you know the command, then typing "man command" will give you the manual page for that command. Type 'q' to exit man.
If you want to find out all the commands that have a particular keyword in them, you use "man -k keyword" or "apropos keyword".