gSum
gsum is a command-line utility found on some Unix-like operating systems, particularly those derived from Solaris. It is used for calculating checksums or hashes of files. The primary purpose of gsum is to verify the integrity of files by comparing their calculated checksum against a known, expected checksum. This is commonly used to ensure that files have not been corrupted during transmission or storage.
The gsum command typically generates a checksum based on the content of a specified file. Various hashing
To use gsum, a user typically provides the name of the file they wish to checksum as