man-pages/man1/sha256sum.1.html
2021-03-31 01:06:50 +01:00

117 lines
3.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of SHA256SUM</TITLE>
</HEAD><BODY>
<H1>SHA256SUM</H1>
Section: User Commands (1)<BR>Updated: September 2019<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
sha256sum - compute and check SHA256 message digest
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>sha256sum</B>
[<I>,OPTION/</I>]... [<I>,FILE/</I>]...
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
<P>
Print or check SHA256 (256-bit) checksums.
<P>
With no FILE, or when FILE is -, read standard input.
<DL COMPACT>
<DT id="1"><B>-b</B>, <B>--binary</B><DD>
read in binary mode
<DT id="2"><B>-c</B>, <B>--check</B><DD>
read SHA256 sums from the FILEs and check them
<DT id="3"><B>--tag</B><DD>
create a BSD-style checksum
<DT id="4"><B>-t</B>, <B>--text</B><DD>
read in text mode (default)
<DT id="5"><B>-z</B>, <B>--zero</B><DD>
end each output line with NUL, not newline,
and disable file name escaping
</DL>
<A NAME="lbAE">&nbsp;</A>
<H3>The following five options are useful only when verifying checksums:</H3>
<DL COMPACT>
<DT id="6"><B>--ignore-missing</B><DD>
don't fail or report status for missing files
<DT id="7"><B>--quiet</B><DD>
don't print OK for each successfully verified file
<DT id="8"><B>--status</B><DD>
don't output anything, status code shows success
<DT id="9"><B>--strict</B><DD>
exit non-zero for improperly formatted checksum lines
<DT id="10"><B>-w</B>, <B>--warn</B><DD>
warn about improperly formatted checksum lines
<DT id="11"><B>--help</B><DD>
display this help and exit
<DT id="12"><B>--version</B><DD>
output version information and exit
</DL>
<P>
The sums are computed as described in FIPS-180-2. When checking, the input
should be a former output of this program. The default mode is to print a
line with checksum, a space, a character indicating input mode ('*' for binary,
' ' for text or where binary is insignificant), and name for each FILE.
<A NAME="lbAF">&nbsp;</A>
<H2>AUTHOR</H2>
Written by Ulrich Drepper, Scott Miller, and David Madore.
<A NAME="lbAG">&nbsp;</A>
<H2>REPORTING BUGS</H2>
GNU coreutils online help: &lt;<A HREF="https://www.gnu.org/software/coreutils/">https://www.gnu.org/software/coreutils/</A>&gt;
<BR>
Report sha256sum translation bugs to &lt;<A HREF="https://translationproject.org/team/">https://translationproject.org/team/</A>&gt;
<A NAME="lbAH">&nbsp;</A>
<H2>COPYRIGHT</H2>
Copyright &#169; 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later &lt;<A HREF="https://gnu.org/licenses/gpl.html">https://gnu.org/licenses/gpl.html</A>&gt;.
<BR>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
<A NAME="lbAI">&nbsp;</A>
<H2>SEE ALSO</H2>
Full documentation at: &lt;<A HREF="https://www.gnu.org/software/coreutils/sha256sum">https://www.gnu.org/software/coreutils/sha256sum</A>&gt;
<BR>
or available locally via: info '(coreutils) sha2 utilities'
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="13"><A HREF="#lbAB">NAME</A><DD>
<DT id="14"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="15"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DL>
<DT id="16"><A HREF="#lbAE">The following five options are useful only when verifying checksums:</A><DD>
</DL>
<DT id="17"><A HREF="#lbAF">AUTHOR</A><DD>
<DT id="18"><A HREF="#lbAG">REPORTING BUGS</A><DD>
<DT id="19"><A HREF="#lbAH">COPYRIGHT</A><DD>
<DT id="20"><A HREF="#lbAI">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:27 GMT, March 31, 2021
</BODY>
</HTML>