Click to See Complete Forum and Search --> : chmod multiple files


Inferno
12-28-2000, 10:15 PM
Anyone know how to chmod multiple files at once? Is there a script out there to do this?

pbharris
12-28-2000, 10:50 PM
chmod mod *
you can add the -R flag for subdirectories, i.e
chmod -R mod *

------------------
I don't use Linux because I hate Windows (which I do) I use Linux because I like it.
pbharris_359@yahoo.com

[This message has been edited by pbharris (edited 28 December 2000).]