Alain EMPAIN wrote:
On Wed, 2003-03-12 at 19:11, fbugnicourt wrote:

Un truc du style
find . -type d -exec chmod 700 {} \;
puis find . -type f -exec chmod 600 {} \;
devrai le faire
un hybride serait encore plus rapide : mettre tout à 600
puis faire le find sur les directories et corriger la minorité.

La solution la plus rapide est très clairement


chmod -R u=rwX,go= *

;-)

--
  -o) Pascal Bleser  http://guru.unixtech.be |
  /\\              <[EMAIL PROTECTED]> |
 _\_v <[EMAIL PROTECTED]>                     |
---------------------------------------------|
Jesus saves,Buddha makes incremental backups :
---------------------------------------------'

_______________________________________________________
Linux Mailing List - http://www.unixtech.be
Subscribe/Unsubscribe: http://www.unixtech.be/mailman/listinfo/linux
Archives: http://www.mail-archive.com/[EMAIL PROTECTED]
IRC: efnet.unixtech.be:6667 - #unixtech

Répondre à