Posts Tagged With: check

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 »

Verify RPM Package

Tagged with: , , , , , , , ,

Verify the integrity of a rpm package


rpm --checksig package.rpm
No Comments »

grpck Command

Tagged with: , , , ,

Check correct syntax and file format of ‘/etc/group’ and groups existence


grpck
No Comments »