|
Setting file & directory properties |
|
|
|
Written by Garfield Lucas
|
|
Service under construction. Set file propeties:- find . -type f -print0 | xargs -0 chmod 644 ; Set directory properties:- find . -type d -exec chmod 755 {} ;
|
|
Last Updated ( 2008-05-18 18:12 UTC )
|