Changes

Jump to navigation Jump to search
1 byte added ,  11:49, 23 December 2007
m
no edit summary
Line 10: Line 10:     
These two lines<br>
 
These two lines<br>
<code>find pfad -type f -print0 | xargs -0 chmod fff</code><br>
+
<code>find pfad -type f -print0 | xargs -0 -r chmod fff</code><br>
<code>find pfad -type d -print0 | xargs -0 chmod ddd</code><br>
+
<code>find pfad -type d -print0 | xargs -0 -r chmod ddd</code><br>
 
do the same.<br>
 
do the same.<br>
 
Michael Weinberger
 
Michael Weinberger
501

edits

Navigation menu