Question about coreutils 'cp' - does it check target file after copying?

Alex <[email protected]> Mon, 28 Sep 2009 08:51:56 -0700 (PDT)
Newsgroups gmane.comp.gnu.utils
Organization http://groups.google.com
Message-ID <a81f5e69-8fd7-4724-a851-5082e37472da@d34g2000vbm.googlegroups.com>
Hello,

May be it's already answered question, but I couldn't find anything
about that.

Does the GNU coreutils 'cp' utility guarantee that the target file
after copying is the same as the source one?

If it doesn't then I'll need to make my own diff-ing or checksums
verifying, right? Or maybe, all the copying is implemented via 100%-
reliable low-level calls, so all the checking I'm talking about is
redundant?

Thanks
Alex