LKBEN10986: How to find help to normal linux commands


Symptom

You need more information for a linux command

Cause

none

Solution

There are a number of ways to get more information on linux commands.

  1. You can start the command with the parameter --help e.g. thecommand --help
  2. You can view the manual page e.g. man thecommand
  3. You can use the info helpsystem e.g. info thecommand
  4. You can use the apropos to show info e.g. apropos thecommand
  5. You can use whatis e.g. whatis thecommand
  6. You can a special google linux search e.g. http://www.google.com/linux -> search thecommand
  7. You can search on http://www.ltdp.org/howto
  8. You can use a knowledgebase like lubby to search further information

I think with this list you will find all the information that is needed.

 

Disclaimer:

The information provided in this document is intended for your information only. Lubby makes no claims to the validity of this information. Use of this information is at own risk!

About the Author

Author: Wim Peeters - Keskon GmbH & Co. KG

Wim Peeters is electronics engineer with an additional master in IT and over 30 years of experience, including time spent in support, development, consulting, training and database administration. Wim has worked with SQL Server since version 6.5. He has developed in C/C++, Java and C# on Windows and Linux. He writes knowledge base articles to solve IT problems and publishes them on the Lubby Knowledge Platform.

Latest update: 30-12-2022 | Comment: