Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How to create a hash file and verify it

md5sum <filename>

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

#To verify the hash is correct
md5sum -c <filename.md5>
 
PREVIOUS NEXT
Tagged: #How #create #hash #file #verify
ADD COMMENT
Topic
Name
9+7 =