Results 1 to 9 of 9

Thread: Terminal help

  1. #1
    Join Date
    Sep 2008
    Beans
    2

    Terminal help

    Hi this is my first post and hopefully last n00b post lol

    ive got an eee 901 with 8.04.1 with the eee kernal and the wireless webcam everyting works fine but ive just tried to read a sd card and i have to be a super user to read it

    ive searched the forums and found solutions to the problem regarding becoming a superuser but to fix the problem i am being told to write things in a command line or terminal

    how do i get to the terminal or command line ?

    so for this suupper stupid question

    many thanks will

  2. #2
    Join Date
    Sep 2007
    Location
    over there
    Beans
    2,521
    Distro
    Ubuntu

    Re: Terminal help

    Applications > Accessories > Terminal

    and welcome to ubuntu!!
    "All people are scum. No matter what they look like." ~ Spider Jerusalem, Transmetropolitan #4



  3. #3
    Join Date
    Jan 2007
    Location
    CA
    Beans
    846
    Distro
    Ubuntu 9.10 Karmic Koala

  4. #4
    Join Date
    Jul 2007
    Location
    Reykjavík, Iceland
    Beans
    1,555
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Terminal help

    Whow that is amazing that you are able to go into super user mode without the terminal.

    I am not sure how your setup is so I'll just give you few ways.

    1. (main gnome way)
    Find Applications in the panel at top of your screen. Click it and then find Accessories. Under there you find Terminal.

    Applications -> Accessories -> Terminal

    2. (Run application: Terminal)
    You can also run the program that is called gnome-terminal. It is the same program as above, but this time we dont use shortcuts but just type what program to execute.

    Alt+F2

    Type: gnome-terminal

    3. (not standard ubuntu)
    Right click on the desktop. There should either be a list to make files and copy... rename... ect.. or there will be a list that will include folders like Games, Internet, Accessories.

    Find Accessories and click terminal


    there you go mate

  5. #5
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: Terminal help

    Then type
    Code:
    sudo
    before the command you wish to run.

    You will be asked for your password, type it, you won`t see it but it`ll work.

  6. #6
    Join Date
    Oct 2007
    Location
    ISS
    Beans
    1,429

  7. #7
    Join Date
    Mar 2007
    Location
    /US/EC/DC
    Beans
    Hidden!

    Re: Terminal help

    Be careful with sudo. If you don't know what you're doing you can break stuff.

    Out of curiosity, which thread is it that's telling you that you have to be super user to read an SD card?
    Warranty? Who needs a warranty?
    If it ain't broke, take it apart and fix it.

  8. #8
    Join Date
    Sep 2008
    Beans
    2

    Re: Terminal help

    ok im into terminal thanks guys i spent ages looking through the menues and there it was



    actually cant find that post on super user anymore seems not to search the whole phrase anymore oh well

    i have a sd card i cant read because it says unable to mount volume

    ive downloaded sudo but the install instructions seem to give no information on how to install it any tips?

    thanks again
    Last edited by willyo; September 11th, 2008 at 07:10 PM.

  9. #9
    Join Date
    Sep 2005
    Location
    Germany
    Beans
    83
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Terminal help

    You shouldn't have to install sudo, it's already a part of a fresh ubuntu install.

    For example, when you execute a command that requires superuser priviledges (let's say /etc/init.d/gdm restart), you'd have to prefix the command with sudo. When asked for a password, enter your user password (don't worry if typing doesn't give you an echo on the screen).

    So in our little example you'd write
    Code:
    sudo /etc/init.d/gdm restart
    so that the command above is being executed with superuser privs.
    Imagine sudo as a substitution for: login as root, execute command, logoff as root (except the root user isn't enabled by default on ubuntu systems).

    Hope I could clear things up for you (and also that I understood the problem correctly).


    Regards,
    ds[de]

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
  •