L'espressione esatta che uso è questa:

codice:
type="d"
find $radice$target -type $type -exec chmod $flag  \{\} \;
[OK]

type="-type d"
find $radice$target $type -exec chmod $flag  \{\} \;
[ERRORE]