Tizen 2.0 Release
[external/tizen-coreutils.git] / man / sha512sum.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH SHA512SUM "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 sha512sum \- compute and check SHA512 message digest
5 .SH SYNOPSIS
6 .B sha512sum
7 [\fIOPTION\fR] [\fIFILE\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Print or check SHA512 (512\-bit) checksums.
12 With no FILE, or when FILE is \-, read standard input.
13 .TP
14 \fB\-b\fR, \fB\-\-binary\fR
15 read in binary mode
16 .TP
17 \fB\-c\fR, \fB\-\-check\fR
18 read SHA512 sums from the FILEs and check them
19 .TP
20 \fB\-t\fR, \fB\-\-text\fR
21 read in text mode (default)
22 .SS "The following two options are useful only when verifying checksums:"
23 .TP
24 \fB\-\-status\fR
25 don't output anything, status code shows success
26 .TP
27 \fB\-w\fR, \fB\-\-warn\fR
28 warn about improperly formatted checksum lines
29 .TP
30 \fB\-\-help\fR
31 display this help and exit
32 .TP
33 \fB\-\-version\fR
34 output version information and exit
35 .PP
36 The sums are computed as described in FIPS\-180\-2.  When checking, the input
37 should be a former output of this program.  The default mode is to print
38 a line with checksum, a character indicating type (`*' for binary, ` ' for
39 text), and name for each FILE.
40 .SH AUTHOR
41 Written by Ulrich Drepper, Scott Miller, and David Madore.
42 .SH "REPORTING BUGS"
43 Report bugs to <bug\-coreutils@gnu.org>.
44 .SH COPYRIGHT
45 Copyright \(co 2007 Free Software Foundation, Inc.
46 .br
47 This is free software.  You may redistribute copies of it under the terms of
48 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
49 There is NO WARRANTY, to the extent permitted by law.
50 .SH "SEE ALSO"
51 The full documentation for
52 .B sha512sum
53 is maintained as a Texinfo manual.  If the
54 .B info
55 and
56 .B sha512sum
57 programs are properly installed at your site, the command
58 .IP
59 .B info sha512sum
60 .PP
61 should give you access to the complete manual.