Difference between revisions of "Talk:Dirty Tools"
From SME Server
Jump to navigationJump to searchm |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 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> | These two lines<br> | ||
− | + | find pfad -type f -print0 | xargs -0 -r chmod fff | |
− | + | find pfad -type d -print0 | xargs -0 -r chmod ddd | |
− | do the same. | + | do the same. |
− | + | --[[User:Mweinber|Mweinber]] 02:51, 23 December 2007 (MST) |
Latest revision as of 10:51, 23 December 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 -r chmod fff find pfad -type d -print0 | xargs -0 -r chmod ddd
do the same. --Mweinber 02:51, 23 December 2007 (MST)