Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by WendySmoak:
http://wiki.apache.org/struts/StrutsMaintenanceWebsite

The comment on the change is:
Finally solved the umask-and-file-permissions mystery.

------------------------------------------------------------------------------
  
  === Permissions ===
  
-  * Everyone should ssh to people.apache.org and set your umask to 002 ($ 
umask 002). This will mark the files so that other people in the Struts group 
can update them. 
+  * Add a line with 'umask 002' to both ~/.bash_profile and ~/.bashrc .  The 
former is used when you log in, the latter for remote ssh commands (such as 
when publishing the site with Maven.)  This will make the files group 
writeable, so that other people in the 'struts' group can update them.
   * If the permissions are not set correctly, you can fix it with: $ chmod -R 
g+w .
   * If you run the chmod, and there are error messages, it's because someone 
else needs to do the same. 
   * You can check the permissions with: $ ls -ol 

Reply via email to