filesystem-reporting-tools
filesystem-reporting-tools copied to clipboard
Tools to help system administors manage very large file systems. pwalk
It would be nice if there was a flag `--onlyfolders` or similar I am only interested in the summary data provided by folders and currently I am running this extra...
Implement -x flag from du. -x "Skip directories that are on different filesystems from the one that the argument being processed is on." Crossing file systems and or mount points...
instead of or in addition to filename as I and Ben McGough both find need for and discuss consideration/approaches in: [Postgresql loading practices](https://github.com/fizwit/filesystem-reporting-tools/wiki/Postgresql-loading-practices)
Goal is to have pwalk output a column value the user supplies on the command line. he example is file and folder ownership - suppose you have an owner for...
As it turns out, Claude actually 'forgot' to take the multi-threading logic from pwalk, ah well, now fixed and added * --force-group-writable option to implement a parallel `chmod -R g+rw`...