--- layout: page category-page: intermediate category-title: Intermediate commands tags: integrity checksum author: Joey Bevilacqua title: md5 previous-page: pages/cmd/interm/kill.html next-page: pages/cmd/interm/mount.html --- The command md5 calculates an unique string for each input given as argument using the md5 algorithm.
md5 [flags] [arg1] [arg2]
Where [flags] are the (optional) md5 flags, read below for more info, and [arg1], [arg2] are the path for files or string (depending on the flags). Example: md5 sum of the string Hello there
md5 -s "Hello there"
    MD5 ("Hello there") = e8ea7a8d1e93e8764a84a0f3df4644de

Flags