Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Keytachi

macrumors regular
Original poster
Sep 14, 2006
161
0
hi! i just got a Macbook 2.00GHz white for Xmas:D , and i copied all my folders from my older computer, but now my World of Warcraft folder is entirley in Read only:confused: (except some folders wich i had to move to read&write. i wanted to ask if there is a way (a script or a console command) that sets all folders/files/apps/etc. to read&write?
 

Queso

Suspended
Mar 4, 2006
11,821
8
Be very careful in doing this. Much better to only do the directories you need to do it on. Certainly don't do it to the entire Macintosh HD volume.

For your World of Warcraft directory, type:-

chmod -R 777 /Applications/<WoW directory name>

The -R is the recursive option, so it traverses the directory tree below the named folder and replaces the permissions with read, write, execute for all users. If you're the only user on the computer the 777 could be replaced with 744 for (slightly) better security, and if the WoW directory name contains spaces, you'll have to put the path in quotation marks.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.