// Unix - Aix - Linux - Hacmp - Dlpar - HMC - VIO //
Sunday, December 30, 2012
MD5 for AIX
If you need to run an MD5 check-sum on a file on AIX, you will notice that there's not md5 or md5sum command available on AIX. Instead, use the following command to do this:
# csum -h MD5 [filename]
Note: csum can't handle files larger than 2 GB.
‹
›
Home
View web version