User Tools

Site Tools


pages:howtos:linuxunix:find_documentation_about_commands

find information about commands

Main sources for info and all parts of the operating system are:

  • man - man
  • info - info
  • apropos
  • whatis
  • help (for Bash Builtins)
  • Package documentation at /usr/share/docs/<package>
is likely to be forgotten:
<command> --help

Introduction to the --help Option

Another important source of Linux documentation is use of the –help option.

Most commands have an available short description which can be viewed using the –help or the -h option along with the command or application. For example, to learn more about the man command, you can run the following command:

man --help

The –help option is useful as a quick reference and it displays information faster than the man or info pages.

The help Command

Some popular commands (such as echo), when run in a bash command shell, silently run their own built-in versions of system programs or utilities, because it is more efficient to do so. To view a synopsis of these built-in commands, you can simply type help.

For these built-in commands, help performs the same basic function as the -h and –help arguments (which we will discuss shortly) perform for stand-alone programs.

Online Resources

There are many places to access online Linux documentation, and a little bit of searching will get you buried in it. The following site has been well reviewed by other users of this course and offers a free, downloadable command line compendium under a Creative Commons license:

You can also find very helpful documentation for each distribution. Each distribution has its own user-generated forums and wiki sections. Here are just a few links to such sources:

Moreover, you can use online search sites to locate helpful resources from all over the Internet, including blog posts, forum and mailing list posts, news articles, and so on.


~~DISCUSSION~~

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
pages/howtos/linuxunix/find_documentation_about_commands.txt · Last modified: 2021/12/09 23:23 by The Thing That Should Not Be