Results 1 to 6 of 6

Thread: Help needed with learning ubuntu commands

  1. #1
    Join Date
    Dec 2012
    Beans
    12

    Question Help needed with learning ubuntu commands

    Can you provide me the details of Ubuntu commands.
    Last edited by philinux; December 12th, 2012 at 02:12 PM. Reason: title made meaningful

  2. #2
    Join Date
    Oct 2011
    Beans
    34

    Re: Help needed

    Hey nishant1234,

    Firstly, man is a command that will tell you about other commands.

    Usage

    Code:
    man cp
    man ls
    etc.

    Secondly, here's a good intro to Ubuntu commands: https://help.ubuntu.com/community/UsingTheTerminal

    Thirdly, commands that are pretty useful:
    * apt-get for installing/removing packages (also apt-cache for searching for packages)
    * grep for searching regular expressions. I usually use this for finding something in long outputs, ie ps aux | grep foo will give me processes that are relevant to foo.
    * cat for looking at short text files, less for looking at longer text files.
    * scp for file transfer between computers. It's secure (goes over ssh).

  3. #3
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: Help needed


  4. #4
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Help needed

    http://www.scribd.com/doc/3002919/Ub...ce-Cheat-Sheet

    I have another good one but can't find the site so have attached.

    There is plenty of info out there if you do some digging ...
    Attached Files Attached Files
    Last edited by Bucky Ball; December 11th, 2012 at 02:42 PM.

  5. #5
    Join Date
    Dec 2009
    Location
    germany
    Beans
    1,020
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Help needed

    Quote Originally Posted by nishant1234 View Post
    Can you provide me the details of Ubuntu commands.
    hi
    to get an (little) overview in a terminal type: info
    cheers
    "What is the robbing of a bank compared to the FOUNDING of a bank?" Berthold Brecht

  6. #6
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Help needed

    Check out the links on this page from the Ubuntu wiki:

    https://help.ubuntu.com/community/CommandLineResources
    Cheesemill

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
  •