Results 1 to 3 of 3

Thread: What are console commands that everyone should know?

  1. #1
    Join Date
    Oct 2008
    Beans
    30

    What are console commands that everyone should know?

    It seems as if knowing console commands can get you places with Linux. What are some of the common ones that I or most people should know?

  2. #2
    Join Date
    Sep 2008
    Beans
    54
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: What are console commands that everyone should know?

    Here is a cheat sheet of the most important terminal commands you will ever need to know;
    http://files.fosswire.com/2008/04/ubunturef.pdf

    And here is a cheat sheet of absolute beginner commands;
    http://fosswire.com/wp-content/uploa.../fwunixref.pdf
    Last edited by arkticcool; October 3rd, 2008 at 04:55 AM.

  3. #3
    Join Date
    Dec 2004
    Location
    Oregon, USA
    Beans
    278
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: What are console commands that everyone should know?

    One of the most important ones for newcomers is
    Code:
    apropos
    This will look up commands which are apropriate (apropos) for the task you want to accomplish.

    Lets say you are at the command line & want to copy a file. There is no "copy" command so all you get are errors. Obviously there must be a way to copy files, but what is the command?

    Just type
    Code:
    apropos copy
    to see a list of all the commands related to the word "copy". You can then read the short description listed or look at the man page for each command listed.

    The "apropos" inquiry is useful to find your way when you know what you want to do but are unsure of the command.
    If I have an apple & I give it to you, still only one of us has an apple. But if I know how to do something & show you how to do it, we both now possess that knowledge. This is the community of GNU/Linux.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •