|
From: | Sylvain Beucler |
Subject: | [Savannah-help-public] [sr #107341] made some disorder in my download directory ... |
Date: | Mon, 19 Apr 2010 23:51:42 +0000 |
User-agent: | Mozilla/5.0 (GNU; rv:1.9.1.7) Gecko/20100107 IceCat/3.6 (like Firefox/3.6) |
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/
[Prev in Thread] | Current Thread | [Next in Thread] |