md5sum - HOWTO (Funnen någonstans på Nätet av C. A. Exton)
1) MD5SUM for Linux
Most Linux already comes with md5sum tool.
Simply type md5sum -c MD5SUM to verify if the package is valid.
ex) $ md5sum -c MD5SUM
$ openwebmail-2.10-1.i386.rpm: OK
man md5sum for more info
2) MD5SUM for Windows
Installation
============
Windows 95/98/Me: Download md5sum.exe to c:\windows\command
Windows NT/2000/XP/Vista: Download md5sum.exe to your c:\winnt\system32 (c:\windows\system32)
Checking
========
Open an MS-DOS window (kommandotolken) and go to the directory of the show you want to check. When you are in that directory, type:
md5sum -c [filename].md5 OR
md5sum -c MD5SUM
(Exempel: skriv in kommandot md5sum -c DebEX-geUbuntu.md5 och tryck ENTER)
Kommentar: Du ska få svaret: Ok (om ISO-flen är felfri).
Observera: När du kör nyssnämnt kommando måste givetvis ISO-filen (som du vill kontrollera) och md5sum-filen finnas i den
katalog du "står i". Om du lagt nyssnämnda filer på skrivbordet måste du alltså direkt efter det du startat kommandotolken
ge kommandot cd skrivbord.
Creating
========
Open an MS-DOS window (kommandotolken) and go to the directory of the show you want to create an .md5 file for. When you are in that directory, type:
md5sum * > [filename].md5 OR
md5sum * > MD5SUM
(Exempel: skriv in kommandot md5sum DebEX-geUbuntu.iso > DebEX-geUbuntu.md5 och tryck ENTER)