IBM AIX Miscellaneous

Checksum is a fixed size data computed for a file using Checksum algorithm.

Usage

#csum <file_name> // Default it will use MD5

Will provide us with checksum value for the value, which we could verify after transmission

#csum -h SHA1 <file_name> // To specify to use SHA1 Alogrith.