Content
Data
License: GNU GPLv3 +
Version number: 8.26 (GNU coreutils)
Developer / owner: Free Software Foundation, Inc.
Short description:
The manual page and help for the sha256sum linux command. The command prints or checks the 256-bit checksum of the specified file.
Man page output
man sha256sum
SHA256SUM(1) User Commands SHA256SUM(1)
NAME
sha256sum - compute and check SHA256 message digest
SYNOPSIS
sha256sum [OPTION]... [FILE]...
DESCRIPTION
Print or check SHA256 (256-bit) checksums.
With no FILE, or when FILE is -, read standard input.
-b, --binary
read in binary mode
-c, --check
read SHA256 sums from the FILEs and check them
--tag create a BSD-style checksum
-t, --text
read in text mode (default)
The following five options are useful only when verifying checksums:
--ignore-missing
don't fail or report status for missing files
--quiet
don't print OK for each successfully verified file
--status
don't output anything, status code shows success
--strict
exit non-zero for improperly formatted checksum lines
-w, --warn
warn about improperly formatted checksum lines
--help display this help and exit
--version
output version information and exit
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.
AUTHOR
Written by Ulrich Drepper, Scott Miller, and David Madore.
REPORTING BUGS
GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
Report sha256sum translation bugs to <http://translationproject.org/team/>
COPYRIGHT
Copyright © 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version
3 or later <http://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.
SEE ALSO
Full documentation at: <http://www.gnu.org/software/coreutils/sha256sum>
or available locally via: info '(coreutils) sha2 utilities'
GNU coreutils 8.26 February 2017 SHA256SUM(1)
Help output
sha256sum --help
Használat: sha256sum [KAPCSOLÓ]… [FÁJL]…
SHA256 (256 bites) ellenőrzőösszegek kiírása vagy ellenőrzése.
Ha a FÁJL nincs megadva, vagy -, akkor a szabványos bemenetet olvassa.
-b, --binary olvasás bináris módban
-c, --check SHA256 összegek olvasása a FÁJLOKBÓL, és
azok ellenőrzése
--tag BSD-stílusú ellenőrzőösszeg létrehozása
-t, --text olvasás szöveges módban (alapértelmezett)
Az alábbi öt kapcsoló csak ellenőrzőösszegek ellenőrzésekor hasznos:
--ignore-missing ne legyen sikertelen és ne jelezzen ki állapotot
hiányzó fájlok esetén
--quiet ne írja ki az OK-t minden sikeres ellenőrzéskor
--status ne írjon ki semmit, az állapotkód jelzi a sikert
--strict kilépés nem nullával a hibásan formázott
ellenőrzőösszeg-sorokhoz
-w, --warn figyelmeztessen a helytelenül formázott
ellenőrzőösszeg-sorokra
--help ezen súgó megjelenítése és kilépés
--version verzióinformációk megjelenítése és kilépés
Az összegek az FIPS-180-2 által leírt módon kerülnek kiszámításra.
Ellenőrzéskor a bemenetnek ezen program korábbi kimenetének kell lennie. Az
alapértelmezett mód egy sornyi ellenőrzőösszeg, egy szóköz, egy bemeneti módot
jelző karakter („*” = bináris, „ ” = szöveg vagy ahol a bináris jelentéktelen),
és egy név kiírása minden egyes FÁJLHOZ.
A(z) GNU coreutils online súgója: <http://www.gnu.org/software/coreutils/>
A(z) sha256sum fordítási hibái a <http://bug.openscope.org/> címen jelenthetők.
Teljes dokumentáció itt: <http://www.gnu.org/software/coreutils/sha256sum>
vagy helyileg elérhető: info '(coreutils) sha2 utilities'
Related Content
- 148 views