How to compare/diff recursively owner and group of directories?

David bouncingcats at gmail.com
Mon Jan 12 09:15:12 UTC 2015


On 11 January 2015 at 23:47, Unknown Crewman
<unknown.crewman at rocketship.com> wrote:
>
> any idea how to check recursively, if the owner and group of a directory and it's content differs to an directory and it's content from a backup?
>
> I made a mistake and it's unlikely that owner and group of any file or directory changed, but it's not impossible, so I want to compare everything with a backup directory.
>
> diff/find?

If you run the following command and then copy/paste its output here
then we will know more about the capability of the tools you have
available on that machine.

echo "$BASH_VERSION" ; find --version ; diff --version



More information about the D-community-offtopic mailing list