Linux man pages remain the best source of information for using Linux command line tools. You don’t need an internet connection to instantly get a description of how a utility works and an explanation of all of it’s flags, options and syntax. Using a man page is as simple as running: man <COMMAND> The problem is that quickly parsing all the information is difficult. These tips will make your life more efficient whenever you turn to man for information.