How to Create Checksums for ALL Files and Sub-folders etc?

find -type f -exec md5sum "{}" \; > checksum.txt

Where checksum.txt is your file.
You can do some sedding/perling/awking/even bashing to get it into FreeMD5Checker format.

I found this solution from here:

http://ubuntuforums.org/showthread.php?t=557112



---

Comments

Popular posts from this blog

Setup mail server with ldap authentication in docker

Install VMware workstation 11 on Fedora 21 with kernel 3.17

How to allow non root user to execute hping command ?