Reset ISPConfig 3.0 file permissions

Discussion in 'Installation/Configuration' started by mghens, Feb 16, 2009.

  1. mghens

    mghens New Member

    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
     
  2. m0se5

    m0se5 New Member

    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/
     

    Attached Files:

  3. public_domain

    public_domain New Member

    ispconfig permissions

    might you also have the name for the u/g for that list please?
    thank you
     
  4. falko

    falko Super Moderator ISPConfig Developer

    User: ispconfig
    Group: ispconfig
     

Share This Page