directory
Mark asked:


I need to be able to make a directory tree writeable (777) from the root of the tree. What’s the parameter to recursively traverse the tree and change all of the permissions on all of the files in the tree to 777?

Thanks,
So would the following:

chmod -R 777 /deploy/

change all files and directories to RWX from /deploy down?

Aaron

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google

Comments

One Response to “What’s the flag for chmod to recursively traverse a directory?”

  1. Dr LOL on March 17th, 2009 8:42 am

    An answer to your edit yes.