+ Reply
Results 1 to 3 of 3
  1. #1
    What's Jailbreak?
    Join Date
    Jan 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Navigating Around iPhone Directories

    I'm trying to reach:

    /System/Library/Carrier Bundles

    Just need to symlink something there. Turns out the "cd" command refuse to accept 2 worded directory name. this is how I did it:

    cd /
    cd System
    cd Library
    when it comes to "cd Carrier Bundles"

    it gives an error message something like no "Carrier" directory

    Any work around?

  2. #2
    Retired Moderator CyberGreg's Avatar
    Join Date
    Jul 2007
    Posts
    1,096
    Thanks
    58
    Thanked 207 Times in 138 Posts

    welcome to unix... try this

    cd Carrier\ Bundles


    and what do you hope to gain by symlinking anything in the Carrier Bundles????
    White 3G

  3. #3
    What's Jailbreak?
    Join Date
    Jan 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thanks. that worked!

    I'm activating some services of my mobile carrier

Posting Permissions

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