
09-10-2008, 11:15 AM
|
 |
Livin the iPhone Life
|
|
Join Date: Aug 2007
Device + Firmware: 3G iPhone, FW3.0
Operating System: OSX Leopard
Location: Toronto, Canada
Posts: 3,312
Thanks: 11
Thanked 554 Times in 482 Posts
|
|
|
|
If you are entering the command in the same folder as the folder/app you want to affect, there's no need for a path. But if you're not in the same folder, the full path is a good idea.
ie) If you're already in the folder "mobile" you'd type "chmod -R 0755 Media". If you're in the root folder, you'd type "chmod -R 0755 /private/var/mobile/Media". And remember Unix is case sensitive.
|
|