I need to reset ISPConfig 3.0 File permissions for ISPConfig server located in: /usr/local/ispconfig What are the proper permissions/ownership? Thanks Michael
I'm new here, but this seems easy enough. These commands should get you close to what I see: Code: chown -Rf ispconfig:ispconfig /usr/local/ispconfig/ chmod -Rf 750 /usr/local/ispconfig/ chmod -Rf 770 /usr/local/ispconfig/interface/lib/lang/ /usr/local/ispconfig/interface/web/*/lib/lang/ chmod -f 770 /usr/local/ispconfig/interface/web/*/lib/lang chmod -Rf 751 /usr/local/ispconfig/server/scripts/ For your reference, I attached a text file containing the output of this command from Debain 5 with ispconfig 3: Code: ls -ahlR /usr/local/ispconfig/