md5sum Flashcards
1
Q
md5sum
A
Print or check MD5 (128-bit) checksums.
2
Q
md5sum
- b
- c
–tag
- t
- z
A
- b, –binary, Read in binary mode.
- c, –check, Read MD5 sums from the FILEs and check them.
–tag, Create a BSD-style checksum
- t, –text, Read in text mode (default)
- z, –zero, End each output line with NUL, not newline, and disable file name escaping.
3
Q
md5sum [Useful when verifying checksums]
–ignore-missing
–quiet
–status
–strict
-w
A
–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.