Wednesday, October 26, 2016

Verify file integrity with md5

md5sum [file1 file2 file3 ...]  > file.md5

where:
[file1 file file3 ...]: files you want to check integrity separated by a space.
file.md5: file where you want to save the md5 results.

Example:
md5sum file1 file2 > file.md5

md5sum -c file.md5
file1: OK
file2: OK

0 comments:

Post a Comment

Popular Posts

Recent Posts

Unordered List

Text Widget

Pages

Search This Blog

Powered by Blogger.