Posts Tagged With: md5

Do Md5 check on CD/DVD/HDD

Tagged with: , , , , , , , ,

Perform an md5sum on a device, like a CD


dd if=/dev/hdc | md5sum
1 Comment »

Linux command to get the MD5 of a File

Tagged with: , , , ,

Use this command to find the MD5 of a file.


md5sum file.txt
No Comments »