Announcement

Collapse
No announcement yet.

Change Directory in Konsole

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Change Directory in Konsole

    Greetings!

    Could you tell me how to use the cd command properly (or whatever command which changes directory)? Please write me an example too.

    I would like to icompile and install VLC but to use ./configure I have to be at the directory in which I want to use the command.

    So if you can write an example please.

    Thanks for your time and attention,
    Jack Jagger

    #2
    Re: Change Directory in Konsole

    Hi

    You can navigate to the directory with dolphin, and once there do Tools->Open Terminal
    That's the easiest way.

    Also: the latest vlc is available for you, there is no need to compile it (it is always much better to use packages for many reasons). You need to use this repository:
    deb http://ppa.launchpad.net/c-korn/vlc/ubuntu jaunty main

    Back to the original request. This takes you to your "home" directory
    Code:
    cd ~
    This shows you the contents:
    Code:
    ls
    You'll see, for instance, Documents/. Then,
    Code:
    cd Documents
    At any time, "pwd" tells you where you are.

    Enjoy!

    Comment


      #3
      Re: Change Directory in Konsole

      cd, plus pwd, is a great navigating tool:

      Where the hell am I?

      Code:
      pwd
      Go up only one level:

      Code:
      cd ..
      Go straight to filesystem root:

      Code:
      cd /
      From filesystem root, go to the /tmp directory:

      Code:
      cd tmp



      Comment


        #4
        Re: Change Directory in Konsole

        ...and these may interest you:

        > Topic: Commands at Konsole: Beginners
        > HOWTO find Kubuntu's manual / reference / guide / documentation / help
        Before you edit, BACKUP !

        Why there are dead links ?
        1. Thread: Please explain how to access old kubuntu forum posts
        2. Thread: Lost Information

        Comment

        Working...
        X