Changing Access Rights`

AztecKnight

Registered
Is there anyway to change the access rights to all files and folders within a folder at once? This was very easy under OS 9, you simply clicked a button. Can anyone direct me to a way to do this under OS X or a utility that will allow me to do it?
 
but you might not like it :(

In Terminal, cd to the directory and

chmod <mode> *

man chmod for details about <mode>

You can even have chmod traverse the directories in a recursive manner.
 
Originally posted by ladavacm
but you might not like it :(

In Terminal, cd to the directory and

chmod mode *

man chmod for details about mode

You can even have chmod traverse the directories in a recursive manner.

HTML ate my meta-syntax.
 
Back
Top