Finding the md5sum of a file in Solaris

Finding the md5sum of a file in solaris is not as obvious as it is in linux.  In Linux one could simply perform the “md5sum” command on a file and get the result.

In Solaris we can utilize a digest to find the md5sum:

digest -a md5 -v file

This comes in very handy.

Be the first to comment

Leave a Reply