Difference between revisions of "Talk:Dirty Tools"
From SME Server
Jump to navigationJump to searchLine 8: | Line 8: | ||
--[[User:PicsOne|Normando Hall]] 11:12, 10 August 2007 (MDT) | --[[User:PicsOne|Normando Hall]] 11:12, 10 August 2007 (MDT) | ||
+ | |||
+ | These two lines<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> | ||
+ | do the same. |
Revision as of 10:48, 13 August 2007
Good stuff
May be you are interested to include chmodr script in your rpm. You can get from
http://mirror.contribs.org/smeserver/contribs/nhall/sme/contribs/scripts/chmodr.tar.gz
For more info see http://forums.contribs.org/index.php?topic=30543.0
--Normando Hall 11:12, 10 August 2007 (MDT)
These two lines
find pfad -type f -print0 | xargs -0 chmod fff
find pfad -type d -print0 | xargs -0 chmod ddd
do the same.