That will chmod any sub-directories as well -- not just the files within those directories -- which may not be what you want. You might want to use the find command to be a little more selective:

find your_directory -type f -exec chmod your_mod {} \;

villoing wrote:

chmod your_mod -R your_directory

AndrewD wrote:

I need to chmod a whole bunch of files (under a directory), rather than
go thru them all one by one is there a quicker way to chmod them all

Thanx
Andrew





------------------------------------------------------------------------

Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com


------------------------------------------------------------------------

Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to