Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There has been a problem in the past with a limit of 16 groups, but so far as we know IT has been able to fix this in all cases.

One Oct. 26 we did these three commands in /reg/g/psdm/detector/:

  • find . -type d -exec chmod 2775 {} \;
  • find . -type f -exec chmod 664 {} \;
  • find . ! -group ps-users -exec chgrp ps-users {} \;