Results 1 to 6 of 6

Thread: Noob. How to navigate to a directory in command Ln

  1. #1
    Join Date
    Feb 2009
    Location
    Vermont, U.S.A
    Beans
    18
    Distro
    Ubuntu 8.04 Hardy Heron

    Noob. How to navigate to a directory in command Ln

    (SOLVED)
    What I'm trying to do is follow instructions I found here to get an M-Audio Ozone working in Studio. The directions are clear, but long. I got pretty far in, but don't know how to get to the directory where something called "Madfuload" is, which is located somewhere on my computer. It is an exe or something. I'm not even sure if I'm accessing the command line area properly! Do you hit ctrl-alt-F2 as I've been doing? Is a re-boot neccessary to get back to the desktop?
    Back to the issue... I put the madfuload download onto my home folder; and when asked to "navigate there" within the command line, I put in "cd /home/my folder name. This brought me back from the previous directories, but it appears the command lines that followed could not find madfuload. Help! The guy who got me started on this stuff (who I need to thank profusely) has just departed for Cali.
    Last edited by Gelateria Punk; February 18th, 2009 at 12:20 PM.

  2. #2
    Join Date
    Aug 2007
    Location
    Manchester, UK
    Beans
    10,285
    Distro
    Ubuntu

    Re: Noob. How to navigate to a directory in command Ln

    Try
    Code:
    cd
    ls
    On 2 separate lines. The first will take you back to your home directory, and the 2nd lists all the files in the current directory

  3. #3
    Join Date
    Feb 2009
    Location
    Vermont, U.S.A
    Beans
    18
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Noob. How to navigate to a directory in command Ln

    Thanks to you, profusely as well.

  4. #4
    Join Date
    Dec 2007
    Location
    howard, wi
    Beans
    2,460
    Distro
    Ubuntu 20.04 Focal Fossa

    Lightbulb Re: Noob. How to navigate to a directory in command Ln

    gel to try to locate where you have this file. open the terminal and type whereis (one word) then hit the space bar and then type in the file you are looking for. that should let you know where it is than you can cd to that directory/cheesemaker

  5. #5
    Join Date
    Feb 2008
    Beans
    79
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Noob. How to navigate to a directory in command Ln

    The "Command Line" is the Terminal. Terminal is located at Applications -> Accessories -> Terminal.
    As a default, the Terminal starts you off in your home directory, so if you have the file in there you should see it by typing
    Code:
    ls
    This command lists the files in the directory you are in.
    Otherwise, the cd (change directory) command is the way to navigate around your filesystem.

  6. #6
    Join Date
    Feb 2009
    Location
    Vermont, U.S.A
    Beans
    18
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Noob. How to navigate to a directory in command Ln

    O.k., thanks for that... BUT NOW,
    I was in the right place, the file is there.
    I'm getting this error message, " -bash: syntax error near unexpected token 'newline' "
    I don't think this should happen....

Tags for this Thread

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
  •