fizwit / filesystem-reporting-tools

Tools to help system administors manage very large file systems. pwalk
GNU General Public License v2.0
22 stars 12 forks source link

added new tool repair-shared based on pwalk. #24

Closed dirkpetersen closed 2 months ago

dirkpetersen commented 2 months ago

This experimental tool called repair-shared based on pwalk that will repair permissions in shared posix folders

The uses the same command line arguments --NoSnap, --exclude and folder to scan a file system but can repair permissions in a shared folder so that the content of that folder is accessible to the members of the security group with which these folders are shared.

Implemented these features while logging all changes to STDOUT and errors to STDERR

also implemented a --dry-run argument for testing only where no changes are made to the file system or file system metadata

fizwit commented 2 months ago

Looks good to me.