Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

cksum

v(uutils coreutils) 0.8.0
cksum [OPTION]... [FICHIER]...

Afficher le CRC et la taille de chaque fichier

Options

--algorithm=<ALGORITHM>, -a <ALGORITHM>

ck-common-help-algorithm

--untagged

ck-common-help-untagged

--tag

ck-common-help-tag-default

--length, -l

ck-common-help-length

--raw

ck-common-help-raw

--check, -c

ck-common-help-check

--warn, -w

ck-common-help-warn

--status

ck-common-help-status

--quiet

ck-common-help-quiet

--ignore-missing

ck-common-help-ignore-missing

--strict

ck-common-help-strict

--base64

ck-common-help-base64

--text, -t
--binary, -b
--zero, -z

ck-common-help-zero

--debug

ck-common-help-debug

DIGEST détermine l’algorithme de condensé et le format de sortie par défaut :

  • sysv : (équivalent à sum -s)
  • bsd : (équivalent à sum -r)
  • crc : (équivalent à cksum)
  • crc32b : (disponible uniquement via cksum)
  • md5 : (équivalent à md5sum)
  • sha1 : (équivalent à sha1sum)
  • sha224 : (équivalent à sha224sum)
  • sha256 : (équivalent à sha256sum)
  • sha384 : (équivalent à sha384sum)
  • sha512 : (équivalent à sha512sum)
  • blake2b : (équivalent à b2sum)
  • sm3 : (disponible uniquement via cksum)

Examples

The examples have not been translated yet and are shown in English. You can help by translating them on tldr-pages.

Display a 32-bit checksum, size in bytes and filename:

cksum {{path/to/file}}

The examples are provided by the tldr-pages project under the CC BY 4.0 License.

Please note that, as uutils is a work in progress, some examples might fail.