Author: sebb
Date: Tue Feb 24 17:17:27 2015
New Revision: 1662031

URL: http://svn.apache.org/r1662031
Log:
How to check permissions

Modified:
    commons/cms-site/trunk/content/xdoc/site-publish.xml

Modified: commons/cms-site/trunk/content/xdoc/site-publish.xml
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/site-publish.xml?rev=1662031&r1=1662030&r2=1662031&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/site-publish.xml (original)
+++ commons/cms-site/trunk/content/xdoc/site-publish.xml Tue Feb 24 17:17:27 
2015
@@ -82,7 +82,10 @@
     </p>
     <p>
       <b>Please remember to check that the download_xyz.cgi script has the 
property "svn:executable *", otherwise downloads will fail.</b>
+      <br/>
+      Note: the following command can be used on people/minotaur to check the 
Commons CGI script permissions:
     </p>
+    <pre>find /www/commons.apache.org -name "*.cgi" ! -perm -111 -ls</pre>
     <subsection name="Configuration">
       <p>
         Default deployment targets are:


Reply via email to