SUM.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:

OS Develop

Development Platform:

WINDOWS

  1. SUM(1)                    Minix Programmer's Manual                     SUM(1)
  2. NAME
  3.      sum - compute the checksum and block count of a file
  4. SYNOPSIS
  5.      sum file
  6. OPTIONS
  7.      (none)
  8. EXAMPLES
  9.      sum /user/ast/xyz   # Checksum /user/ast/xyz
  10. DESCRIPTION
  11.      Sum computes the checksum of one or more files.  It is most often used to
  12.      see  if  a  file copied from another machine has been correctly received.
  13.      This program  works  best  when  both  machines  use  the  same  checksum
  14.      algorithm.  See also crc.
  15. SEE ALSO
  16.      cksum(1), crc(1).
  17.                                                                              1