Follow-up Comment #8, sr #107341 (project administration):

> chmod -r a+rwX

Maybe not -w ;)

I cron'd this:
cd /srv/download && (find -type d -print0 | xargs -r -0 chmod 2775) && (find
-type f -print0 | xargs -r -0 chmod 664)

It only needs a few seconds to complete.

I chose not to mess with symlinks to be sure this won't start chmod'ing files
outside of /srv/download - but symlink permissions cannot be changed under
GNU/Linux afaict.


find . ! -perm /o=r
exibited a few files that had mistaken permissions, and a few top-level
directories for private projects that had no files in them.  Hence I think
it's safe to continue in this direction.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?107341>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/



Reply via email to