-
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?
-
-
Retired Moderator
welcome to unix... try this
cd Carrier\ Bundles

and what do you hope to gain by symlinking anything in the Carrier Bundles????
-
-
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
Forum Rules