Find the answer to your Linux question:
Results 1 to 3 of 3
I'm trying to migrate my thunderbird settings from my windows partitions into linux. Everything is going all right, except I can't seem to get into "Local Folders" from the command ...
  1. #1
    Just Joined!
    Join Date
    Dec 2006
    Posts
    10

    Can't get to Local Folder from the command prompt

    I'm trying to migrate my thunderbird settings from my windows partitions into linux. Everything is going all right, except I can't seem to get into "Local Folders" from the command prompt. When I type ls -a I get Local Folders and mail.comcast.net. When I type cd Local Folders I get
    bash: cd: Local: no such file or directory.

    I'm sure I'm doing something wrong with handling the space. Any ideas?

    I'm on Ubuntu Edgy 6.10

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    there is a space in folder name. use backspace to escape it.
    Code:
    cd Local\ Folders




    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Dec 2006
    Posts
    10
    Thanks Casper, I knew it had to be syntax error!

Posting Permissions

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