Find the answer to your Linux question:
Results 1 to 3 of 3
3) Open a terminal emulator (xterm, konsole, whatever) and cd to the folder you downloaded the PyLotRO source code to. Anyone know what exactly that means? I can understand all ...
  1. #1
    Just Joined!
    Join Date
    Jun 2010
    Posts
    2

    [SOLVED] How do I cd somthing to a folder?

    3) Open a terminal emulator (xterm, konsole, whatever) and cd to the folder you downloaded the PyLotRO source code to.

    Anyone know what exactly that means? I can understand all of the rest of the download instructions, but it appears cding to a folder draws me a blank. I cannot find "cd" listed as a specific command either 8(

    Any hint would be appreciated

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Hello and welcome!

    Code:
    cd /path/to/folder_name
    Check the manual page for cd (change directory) to get more info on how to use it:

    Code:
    man cd
    Check LinuxCommand.org for more good info on using the command line under Linux:

    LinuxCommand.org: Learn the Linux command line. Write shell scripts.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Jun 2010
    Posts
    2
    Thank you!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...