|
How to compare directories (inc. attributes)?
Is there a linux command to compare directories, including attributes like ownership, permissions, and links? The 'diff -r' command appears to only compare filename and contents, while following links and ignoring comparison of file dates, permissions and ownership.
Thanks,
- J
|