New Computer
I've just got my new computer up and running. Pictures as soon as I have it in its final working place (macMinis are so awesome). Quick question, though. When we backed up the old computer, my brother set the data to "No Access". This is supremely annoying, because I have to manually change every folder to Read/Write in order to transfer the data. Is there any way in OS X (or *NIX) to reset it all to R&W?
from the command prompt
chmod -R u+rw /topmost_directory
or
chmod -R u+rwx /topmost_directory
or
chmod -R u+rwx g+rx o+r /topmost_directory
depending on desired permissions... doubtless you get the picture.
-- sven
Re: from the command prompt
Re: from the command prompt
Re: from the command prompt
Re: from the command prompt
Now, just run the command as 'chmod -R u+rwx /mount'
Re: from the command prompt
Re: from the command prompt
Re: from the command prompt
Re: from the command prompt
Re: from the command prompt
no subject
no subject