Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-23339

Documentation install steps: wrong 'sudo xargs chown' order

    XMLWordPrintable

Details

    Description

      In the ezpublish install documentation, setting up permissions details the following steps:

         $ sudo find {ezpublish/{cache,logs,config,sessions},ezpublish_legacy/{design,extension,settings,var},web} -type d | sudo xargs chmod -R 777
         $ sudo find {ezpublish/{cache,logs,config,sessions},ezpublish_legacy/{design,extension,settings,var},web} -type f | sudo xargs chmod -R 666
      

      The correct order should be: "xargs sudo chmod ..." instead of "sudo xargs chmod ..." , as it avoids unnecessarily running the 'xargs' command as root.

      Attachments

        Activity

          People

            Unassigned Unassigned
            joao.inacio-obsolete@ez.no Joao Inacio (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: