sot/mica

Make sure all archive directories have group aspect and set group id

Closed this issue · 3 comments

Starting from /data/aca do something like:

find archive -type d -exec chmod g+s {} ;

Then make sure all files and directories are group aspect.

I think my mistake last time was not making /data/aca/archive g+s.
Hopefully this pass with "find" will persist.

I've done the /data/aca/archive g+s and chmod and chown commands. Hopefully this is now fixed without mica code changes.

Thanks.