[#chmod]

  • Apache File- und Directory-Permissions

    Wieder ’ne Kleinigkeit, die ich nicht mehr googlen will… http / apache ist user und group: $ find . -type d -exec chmod 0755 {} \; $ find . -type f -exec chmod 0644 {} \; user ist normaler Benutzer und http ist group: $ find . -type d -exec chmod 0775 {} \; $ […]

L16HT|D@RK
Top