Do Md5 check on CD/DVD/HDD
Tagged with: check, checksum, command, dd, filler, Linux, md5, md5sum, test
Saturday, October 4th, 2008 09:22 PM
Perform an md5sum on a device, like a CD
dd if=/dev/hdc | md5sum
Perform an md5sum on a device, like a CD
dd if=/dev/hdc | md5sum
Verify the integrity of a rpm package
rpm --checksig package.rpm
Check correct syntax and file format of ‘/etc/group’ and groups existence
grpck