This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Ubuntu 10.04: One-Stop command reference?

Anonymous
Anonymous

Hi,

I would like to ask a question on Ubuntu commands. I am using 10.04 LTS version.

I have found several sources containing command explanation:

1. Html documentation: https://help.ubuntu.com/10.04/index.html

2. Ubuntu Server Guide: https://help.ubuntu.com/10.04/serverguide/C/serverguide.pdf

3. THE ONE PAGE UBUNTU MANUAL: https://lists.ubuntu.com/archives/ubuntu-us-ky/attachments/20070329/ed057597/attachment-0001.pdf

 

For common commands like

  • sudo
  • apt-get

I found they can be found in one or more of these sources. However, is anyone among the three above, or some document else, offer the definitive ONE-STOP collection for all Ubuntu command references?

 

Zheng

  • Hi Zheng,


    There is a ton of information online about the commands.

    Just a quick note: man is very useful about getting quick information about most commands. To use it, at the command line, just type man and the command you are seeking information on.

        man sudo

            or

       man apt-get

    For your examples.

    Steve

  • Hi Zheng,


    There is a ton of information online about the commands.

    Just a quick note: man is very useful about getting quick information about most commands. To use it, at the command line, just type man and the command you are seeking information on.

        man sudo

            or

       man apt-get

    For information on man, just type in:

       man man

    For your examples.

    Steve

  • Anonymous
    0 Anonymous in reply to Steve Hamilton

    Steve,

    Thanks very much for the answer. The problem is solved.

     

    Zheng