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 ------------------------------------------------------------------------------ === Permissions === - * 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. + * On people.apache.org 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. + * This assumes your default shell is bash. If you have a different default shell, then edit the corresponding config files. * 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