Results 1 to 3 of 3

Thread: Terminal noob

  1. #1
    Join Date
    Oct 2012
    Beans
    5

    Smile Terminal noob

    What am I doing wrong? Why can't I access "Biblioteka" folder?


    http://img593.imageshack.us/img593/2...201210310e.png
    Last edited by 2d2f; October 31st, 2012 at 10:20 AM.

  2. #2
    Join Date
    Apr 2012
    Beans
    7,256

    Re: Terminal noob

    Hello and welcome

    Your pic is a little bit hard to read but it looks like you have specified an absolute path (which looks for a folder called Biblioteka in the filesystem root directory / )

    Code:
    cd /Biblioteka
    If you are trying to access a folder in the current directory then the command would be

    Code:
    cd Biblioteka

  3. #3
    Join Date
    Oct 2012
    Beans
    5

    Re: Terminal noob

    thanks! Solved !

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
  •