How do I verify a file copy in Linux?

Use the command:

diff -r path/to/source-dir path/to/your-copy-dir

The output will tell you if directories are different or identical.