SHA256SUM(1) | 用户命令 | SHA256SUM(1) |
sha256sum - 计算并校验 SHA256 信息摘要
sha256sum [选项]... [文件列表]...
输出或检查 SHA256 (256位) 校验和。
如果没有指定文件,或者指定文件为“-”,则从标准输入读取。
校验和按照 FIPS-180-2 描述的方式进行计算。在校验过程中,其输入内容应当为该程序先前的输出内容。默认模式是输出一行文字,包含校验和、一个指示输入模式的字符('*' 指示二进制输入,' ' 指示二进制特性不明显的文本输入)以及每个文件的名称。
注意:GNU 系统上二进制模式和文本模式没有区别。
由 Ulrich Drepper, Scott Miller 和 David Madore 编写。
GNU coreutils 的在线帮助:
<https://www.gnu.org/software/coreutils/>
请向 <https://translationproject.org/team/zh_CN.html>
报告翻译错误。
Copyright © 2020 Free Software Foundation, Inc. License
GPLv3+: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.
完整文档请见:
<https://www.gnu.org/software/coreutils/sha256sum>
或者在本地使用: info
'(coreutils) sha2 utilities'
本页面中文版由中文
man 手册页计划提供。
中文 man
手册页计划:https://github.com/man-pages-zh/manpages-zh
2020年三月 | GNU coreutils 8.32 |