Cara membuat file hash dan memverifikasi

md5sum <filename>

#To send the output in another file
md5sum <filename> > <filename.md5>

#To verify the hash is correct
md5sum -c <filename.md5>
Chris Nzoka-okoye