We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 6726
    • 7,075 Posts
    Forgive my lack of skills, but I uncompressed the tar.gz MODx 0.9.6 on my dedicated box with ssh (first time for me, I hardly used SSH so far) and I have some issues with ownership.

    Files read as :
    Owner : qmailq
    Group : spamd

    I was therefore unable to CHMOD directories @install until I re-assigned ownership/group... Anything I missed ?

    I used the following command : [tt]tar -xvzf modx-0.9.6.tar.gz[/tt]
      .: COO - Commerce Guys - Community Driven Innovation :.


      MODx est l'outil id
      • 22303 MODX Staff
      • 10,725 Posts
      Are you extracting that as root? Root user always preserves tar permissions and ownership when extracting; you can use --no-same-permissions and --no-same-owner flags to prevent the extraction from preserving these things. Non-root users have these by default, reverting to current user and the current umask.
        • 6726
        • 7,075 Posts
        Yeah I did it as root, I know it’s bad practice I’ll do it as simple user next time good advice !

        Thanks Jason smiley
          .: COO - Commerce Guys - Community Driven Innovation :.


          MODx est l'outil id