[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: directories wieder ausführbar machen



Hallo,

* On Fri, Jul 05, 2013 at 08:59:38PM +0200 Dirk Griesbach wrote:
> Am Fr, 05. Jul 2013 um 20:31:56 +0200 schrieb Gerhard Wolfstieg:
 
> find . -type d -exec chmod +x {} \;
> bzw. etwas effizienter:
> find . -type d -print0 | xargs -0 chmod +x

Hm... Ist das effizienter als:

$ find . -type d -exec chmod +x \{\} \+

? Ich habe da meine Zweifel.

(Beachte das \+ anstelle von \; am Ende.)

Beste Grüße,
   Spiro.

-- 
Spiro R. Trikaliotis
http://www.trikaliotis.net/


Reply to: