Changes

Jump to navigation Jump to search
23 bytes added ,  11:51, 13 August 2007
m
no edit summary
Line 12: Line 12:  
<code>find pfad -type f -print0 | xargs -0 chmod fff</code><br>
 
<code>find pfad -type f -print0 | xargs -0 chmod fff</code><br>
 
<code>find pfad -type d -print0 | xargs -0 chmod ddd</code><br>
 
<code>find pfad -type d -print0 | xargs -0 chmod ddd</code><br>
do the same.
+
do the same.<br>
 +
Michael Weinberger
501

edits

Navigation menu