Results 1 to 5 of 5

Thread: Terminal commands

  1. #1
    Join Date
    Feb 2008
    Location
    chennai,TAMILnadu,INDIA
    Beans
    84
    Distro
    Ubuntu 14.04 Trusty Tahr

    Terminal commands

    GUYS SEND THE VARIOUS CODES USED IN TERMINAL. THAT MAY HELP THE NEWBie LIKE ME. LIKE
    lsusb -DISPLAYS DEVICES CONNECTED TO USB.
    dmesg - displays the devices in dev folder .
    grep - powerful search tool.
    | - piping symbol . used to filter particular thing in a command. eg- dmesg | grep tty

  2. #2
    Join Date
    May 2007
    Location
    San Francisco, California
    Beans
    5,857
    Distro
    Ubuntu Development Release

    Re: Terminal commands

    Google and the forum search tool are your friend. Please read this.

  3. #3
    Join Date
    Feb 2009
    Location
    Pennsylvania HxC
    Beans
    46
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Terminal commands

    There's a ton of resources for commands...

    One for example, http://www.ss64.com/bash/

  4. #4
    Join Date
    May 2007
    Beans
    1,091

    Re: Terminal commands

    1st
    Code:
    man man
    2nd
    Code:
    man bash
    3rd http://www.oreillynet.com/linux/cmd/

  5. #5
    Join Date
    Nov 2005
    Location
    Oz
    Beans
    4,405

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
  •