Hi all, I know this is technically a 3 part question, but it is all in the same vein. I need a way to generate a report, most likely text based, that will display all of the file permissions on all directories and files within a tree. The tree has a depth of X, I say X because it is possible that this tree will grow. Regardless I have a start for a *nix implementation, but it is definitely lacking.
*nix
ll */ */ */ * > perms.txt
This is of course pretty terrible based on the number of times I would need to repeat this, it does however generate the results that I desire. I imagine Solaris will look much the same, Windows I am not sure what to expect. Any help is greatly appreciated.