Results 1 to 8 of 8

Thread: what is a shell?

  1. #1
    Join Date
    Mar 2010
    Location
    Victoria BC
    Beans
    162
    Distro
    Ubuntu

    what is a shell?

    I need to do this:

    Type this into a shell alsamixer

    but I am a total 100% newbie and don't know what a shell is...
    'Government is a disease masquerading as its own cure"

  2. #2
    Join Date
    Jun 2008
    Location
    Tennessee
    Beans
    3,334
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: what is a shell?

    In common parlance, a "shell" is just another name for the terminal, command line, command prompt, console, or BASH.

  3. #3
    Join Date
    Aug 2007
    Location
    Karma BC
    Beans
    1,215
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: what is a shell?

    Top Left: Applications >> Accessories >> Terminal
    Kipling - "if"

  4. #4
    Join Date
    Dec 2007
    Location
    The last place I look
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: what is a shell?

    in this case they mean a terminal (Applications -> Accessories -> Terminal).

    a shell is technically any user interface. it's a very old school term.
    Things are rarely just crazy enough to work, but they're frequently just crazy enough to fail hilariously.

  5. #5
    Join Date
    Aug 2007
    Location
    Karma BC
    Beans
    1,215
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: what is a shell?

    PS. Google" Ubuntu Manual - downloadable PDF - free.

    Or check out 'the Ubuntu Pocket Guide' - another free PDF download
    Kipling - "if"

  6. #6
    Join Date
    Jul 2009
    Beans
    380

    Re: what is a shell?

    Quote Originally Posted by noworldorder View Post
    I need to do this:

    Type this into a shell alsamixer

    but I am a total 100% newbie and don't know what a shell is...
    See 'Starting a Terminal` http://gd.tuwien.ac.at/linuxcommand....0.php#starting

    You would also need to run commands as 'root` eg: sudo alsamixer

  7. #7
    Join Date
    Jun 2009
    Beans
    718

    Re: what is a shell?

    Quote Originally Posted by lykwydchykyn View Post
    In common parlance, a "shell" is just another name for the terminal, command line, command prompt, console, or BASH.
    for the OP, although it is the default, bash is not the only shell. this document might be helpful: http://consult.cern.ch/writeup/shellchoice/main.ps
    Ubuntu 12.04 with Openbox + Fbpanel

  8. #8
    Join Date
    Apr 2009
    Beans
    546

    Re: what is a shell?

    This takes a newbie to competance very well;- http://linuxcommand.org/lts0010.php there is a free pdf version too for offline use http://lcorg.blogspot.com/search/label/Book
    That's for when you want to learn most of it. Meanwhile the terminal has a very good built in help. Typing "man" in front of any command will bring up it's manual page, eg try "man man", or "man ls". This is handy for learning and also for making sure that any advice you are given is benign, I haven't seen it yet but there is a sticky warning against malicious commands. You can open more than one terminal or "shell" so using one to do things and the other for help pages makes life easy. To exit from the help just type "q". One can also copy and paste.
    Another useful one is "apropos" ;typing this in front of any word will search the manual pages for the term and if found list the commands. Good for times when you know what you want but don't have a clue what the command may be. Try "apropos find" to see how it works.
    It's not as complex as it looks. Most things can be done in the gui anyway so you can learn when you feel like it and still use the gui for most tasks.
    Quotes used above are only to seperate commands from text so don't enter them.

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
  •