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.
Leave a Reply
You must be logged in to post a comment.