[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: shellscript zeigt Dateien die nicht (mehr) da sind



Am Dienstag, 7. Juni 2005 15:20 schrieb Florian Reitmeir:
> find -type f -print0 | xargs -0 chmod o-x

noch einfacher

chmod -R  $WURZELVERZEICHNIS o+X

setzt nur Directories auf "x"


Reply to: