xref: /illumos-gate/usr/src/man/man1b/sum.1b (revision a61ed2ce7a86a4d6428f2a83eb4739fae945447e)
te
Copyright (c) 1996, Sun Microsystems, Inc. All Rights Reserved
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
SUM 1B "Nov 8, 1995"
NAME
sum - calculate a checksum for a file
SYNOPSIS

/usr/ucb/sum file...
DESCRIPTION

sum calculates and displays a 16-bit checksum for the named file and displays the size of the file in kilobytes. It is typically used to look for bad spots, or to validate a file communicated over some transmission line. The checksum is calculated by an algorithm which may yield different results on machines with 16-bit ints and machines with 32-bit ints, so it cannot always be used to validate that a file has been transferred between machines with different-sized ints.

USAGE

See largefile(5) for the description of the behavior of sum when encountering files greater than or equal to 2 Gbyte ( 2^31 bytes).

SEE ALSO

sum(1), wc(1), attributes(5), largefile(5)

DIAGNOSTICS

Read error is indistinguishable from EOF on most devices; check the block count.

NOTES

sum and /usr/bin/sum (see sum(1)) return different checksums.

This utility is obsolete.